diff --git a/srcpkgs/dxa/template b/srcpkgs/dxa/template new file mode 100644 index 00000000000..4d4e05f1c45 --- /dev/null +++ b/srcpkgs/dxa/template @@ -0,0 +1,16 @@ +# Template file for 'dxa' +pkgname=dxa +version=0.1.4 +revision=1 +build_style=gnu-makefile +short_desc="6502/R65C02 disassembler" +maintainer="Duncaen " +license="GPL-2.0-or-later" +homepage="https://www.floodgap.com/retrotech/xa/#dxa" +distfiles="https://www.floodgap.com/retrotech/xa/dists/dxa-${version}.tar.gz" +checksum=0b4ae0c0ae75223f446429bd19e8959d6224124b1ed1deb4a24f06f619b66b95 + +do_install() { + vbin dxa + vman dxa.1 +}