aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xa
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2019-02-16 11:54:40 +0100
committerHenrik Riomar <henrik.riomar@gmail.com>2019-02-16 15:25:05 +0100
commit8bd33bd4e51b36063d4d58fc061fa0ae29817dd8 (patch)
tree78421412323feecd0cc3423dfb8f5d622cdc7072 /testing/xa
parentf376862faa42b7f0173a654f77cce72cc3198d88 (diff)
downloadaports-8bd33bd4e51b36063d4d58fc061fa0ae29817dd8.tar.bz2
aports-8bd33bd4e51b36063d4d58fc061fa0ae29817dd8.tar.xz
testing/xa: new aport
Diffstat (limited to 'testing/xa')
-rw-r--r--testing/xa/APKBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/xa/APKBUILD b/testing/xa/APKBUILD
new file mode 100644
index 0000000000..fc5c861030
--- /dev/null
+++ b/testing/xa/APKBUILD
@@ -0,0 +1,31 @@
+# Contributor: Henrik Riomar <henrik.riomar@gmail.com>
+# Maintainer:
+pkgname=xa
+pkgver=2.3.9
+pkgrel=0
+pkgdesc="cross-assembler and utility suite for 65xx/65816 processors"
+url="https://www.floodgap.com/retrotech/xa"
+arch="all"
+license="GPL-2.0-only"
+checkdepends="perl"
+subpackages="$pkgname-doc"
+source="https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz"
+builddir="$srcdir/$pkgname-$pkgver"
+options="!check" # broken test suite
+
+build() {
+ cd "$builddir"
+ make
+}
+
+check() {
+ cd "$builddir"
+ make test
+}
+
+package() {
+ cd "$builddir"
+ make DESTDIR="$pkgdir/usr" install
+}
+
+sha512sums="9e140192f7daae8b5042a01c81c85f6ec4e53c727fa5af624fbe94a8ce85fbf821a1ee94dc9c11e8087b08a4060010b989f95b77cbcd2b550ab552c3b5455dfe xa-2.3.9.tar.gz"