Skip to content

Commit

Permalink
archrelease: copy trunk to extra-any
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@406866 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
grazzolini committed Jan 28, 2021
1 parent 56796a6 commit 1cb9902
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions archinstall/repos/extra-any/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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]>

Expand All @@ -25,6 +25,9 @@ build() {
cd "$pkgbase-$pkgver"

python setup.py build

cd docs
make man
}


Expand All @@ -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() {
Expand Down

0 comments on commit 1cb9902

Please sign in to comment.