
description="Cross-assembler for 6502 microprocessor"
url="http://www.floodgap.com/retrotech/xa/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=xa
version=2.4.1

source=(https://www.floodgap.com/retrotech/xa/dists/xa-$version.tar.gz)

build(){
	cd ${name}-${version}
  sed -i 's/all: killxa/all:/' Makefile
	make
}

package() {
	cd ${name}-${version}
	make DESTDIR="${PKG}/usr" install
}
