You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
319 B
19 lines
319 B
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 |
|
}
|
|
|