New package: dxa-0.1.4
This commit is contained in:
parent
6b07abcbe2
commit
d5f2b7d9a4
1 changed files with 16 additions and 0 deletions
16
srcpkgs/dxa/template
Normal file
16
srcpkgs/dxa/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue