New package: dxa-0.1.4

This commit is contained in:
Duncaen 2019-11-10 15:27:03 +01:00
parent 6b07abcbe2
commit d5f2b7d9a4
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

16
srcpkgs/dxa/template Normal file
View file

@ -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 <duncaen@voidlinux.org>"
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
}