#Packager: Panagiotis Papasotiriou pkgname=xa pkgver=2.3.11 pkgrel=1pp source=("https://www.floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz") sourcetemplate=https://people.salixos.org/papasot/slackel/$pkgname url="https://www.floodgap.com/retrotech/xa" docs=("COPYING" "README.1st") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "avfs (6502 cross assembler)" "xa is a high-speed, two-pass portable cross-assembler. It understands" "mnemonics and generates code for NMOS 6502s (such as 6502A, 6504," "6507, 6510, 7501, 8500, 8501, 8502 ...), CMOS 6502s (65C02 and" "Rockwell R65C02) and the 65816." "" "HomePage: https://www.floodgap.com/retrotech/xa" ) build() { cd $SRC/$pkgname-$pkgver make -j $numjobs || exit 1 make install DESTDIR=$PKG }