forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to extra-any
git-svn-id: file:///srv/repos/svn-packages/svn@406866 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
1 parent
56796a6
commit 1cb9902
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,19 @@ | |
|
||
pkgbase=archinstall | ||
pkgname=('archinstall' 'python-archinstall') | ||
pkgver=2.1.0 | ||
pkgver=2.1.1 | ||
pkgrel=1 | ||
pkgdesc="Just another guided/automated Arch Linux installer with a twist" | ||
arch=('any') | ||
url="https://github.com/Torxed/archinstall" | ||
license=('GPL') | ||
depends=('python') | ||
makedepends=('python-setuptools') | ||
makedepends=('python-pip' 'python-setuptools' 'python-sphinx') | ||
source=("$pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" | ||
"$url/releases/download/v$pkgver/$pkgbase-$pkgver.tar.gz.asc") | ||
md5sums=('4503023e83fd7c650ba1665b4258a6f4' | ||
md5sums=('8228c1522a4ff0378a1f55fc79bb83dd' | ||
'SKIP') | ||
sha512sums=('0ac8e759b8cae9221004e6f3f2f27a76b6923d7479ab81731d1c5abece8eab52d990dbdcc447adda1c10b9734dbcc61eccaf8a3ed1e6bdf009ebffa102ee4075' | ||
sha512sums=('08d2f889c688bf296b494680ef9fbda248e1cb35c4c87510fc2307d9061cd0cb6299e7ecf9e82ef9bb00b04b19bcffb37662b983aaacaccf82800c3094cefa5b' | ||
'SKIP') | ||
validpgpkeys=('256F73CEEFC6705C6BBAB20E5FBBB32941E3740A') # Anton Hvornum (Torxed) <[email protected]> | ||
|
||
|
@@ -25,6 +25,9 @@ build() { | |
cd "$pkgbase-$pkgver" | ||
|
||
python setup.py build | ||
|
||
cd docs | ||
make man | ||
} | ||
|
||
|
||
|
@@ -41,6 +44,8 @@ python -m archinstall $@ | |
EOF | ||
|
||
chmod +x "${pkgdir}/usr/bin/archinstall" | ||
|
||
install -Dm644 docs/_build/man/archinstall.1 "${pkgdir}"/usr/share/man/man1/archinstall.1 | ||
} | ||
|
||
package_python-archinstall() { | ||
|