17 lines
444 B
Bash
17 lines
444 B
Bash
|
# 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
|
||
|
}
|