initial import
This commit is contained in:
22
samurai/PKGBUILD
Normal file
22
samurai/PKGBUILD
Normal file
@@ -0,0 +1,22 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=samurai
|
||||
pkgver=1.2
|
||||
pkgrel=1
|
||||
pkgdesc="ninja-compatible build tool written in C"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://github.com/michaelforney/samurai'
|
||||
license=('ISC' 'Apache-2.0' 'Expat')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/michaelforney/samurai/archive/${pkgver}.tar.gz")
|
||||
sha512sums=('10dc5dc8e49b1460bfb2a84bea55b18cd5a1a5473bae0c0628b700ec1102a8ae4c529711b9c9b4654c8c6610e48a91df7a435d7ca21b504e604a2868763ee0ae')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make samu
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make install PREFIX=/usr DESTDIR="${pkgdir}"
|
||||
install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
|
||||
}
|
||||
Reference in New Issue
Block a user