#Packager: George Vlahavas pkgname=xa65 pkgver=2.3.12 pkgrel=1gv source=("https://www.floodgap.com/retrotech/xa/dists/xa-${pkgver}.tar.gz") docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo") url=https://www.floodgap.com/retrotech/xa/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xa65 (open-source 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." ) build() { cd $startdir/src/xa-$pkgver make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg/usr }