forked from chic_luke/figasm
PKGBUILD letsgoooo
This commit is contained in:
parent
7253af98ec
commit
ab0064ed66
19
PKGBUILD
Normal file
19
PKGBUILD
Normal file
@ -0,0 +1,19 @@
|
||||
pkgname=figasm
|
||||
pkgver=69.420
|
||||
pkgrel=1
|
||||
pkgdesc="figasm è una semplice port in Assembly del celebre figa"
|
||||
arch=('x86_64')
|
||||
url="https://git.ignuranza.net/chic_luke/figasm.git"
|
||||
license=('SWAG')
|
||||
|
||||
makedepends=('git')
|
||||
|
||||
build() {
|
||||
git clone "${url}"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${pkgname}"
|
||||
make
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user