Compare commits
No commits in common. "7612897c6393aecacef49532dbbb3920f9e29628" and "0b2953a6cd7ba479ead75af0293a62621dbe187a" have entirely different histories.
7612897c63
...
0b2953a6cd
19
PKGBUILD
19
PKGBUILD
@ -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
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user