initial import
This commit is contained in:
25
hyperiso/PKGBUILD
Normal file
25
hyperiso/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=hyperiso
|
||||
pkgver=2
|
||||
pkgrel=2
|
||||
pkgdesc='Tools for creating Hyperbola live and install ISO images'
|
||||
arch=('any')
|
||||
url="https://git.hyperbola.info:50100/software/hyperiso.git"
|
||||
license=('CC0-1.0')
|
||||
depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools')
|
||||
replaces=('archiso')
|
||||
conflicts=('archiso')
|
||||
provides=('archiso')
|
||||
source=("https://repo.hyperbola.info:50000/sources/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
|
||||
'legalcode.txt')
|
||||
sha512sums=('4876b6da107c750c88364f8944608f58d5226d41b796aeae5191821ac1efc132b2725b61583978ec1880d26f9e2fc3017a7d5cbdc6cd028eee7f15745450dede'
|
||||
'SKIP'
|
||||
'1eb4436f8d58766cbe99db97e5e8c0db8a706376afd291c337de1ba7a6b066d3791dc85ad034bdd54ea336bed6e6e8e7a037d8b04b2773c9c7517b9d9921d1fa')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR=$pkgdir install
|
||||
install -Dm644 $srcdir/legalcode.txt $pkgdir/usr/share/licenses/$pkgname/legalcode.txt
|
||||
}
|
||||
Reference in New Issue
Block a user