1
0
Fork 0

Delete PKGBUILD

This commit is contained in:
davtur19 2023-10-30 01:17:02 +01:00
parent 72d270409a
commit b5d41addf6
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
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
}