New package: asm6-1.6

This commit is contained in:
rc-05 2019-11-05 13:09:04 +01:00 committed by Piotr
parent 62b3f028ba
commit 9f0ccd87cb

21
srcpkgs/asm6/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'asm6'
pkgname=asm6
version=1.6
revision=1
create_wrksrc=yes
hostmakedepends="unzip"
short_desc="Simple but functional 6502 assembler"
maintainer="rc-05 <rc23@email.it>"
license="Public Domain"
homepage="https://3dscapture.com/NES"
distfiles="https://3dscapture.com/NES/asm6.zip"
checksum=b37956f37815a75a6712c0d1f8eea06d1207411921c2e7ff46a133f35f0b3e1d
do_build() {
${CC} -Wall -pedantic -std=c17 -O3 -o asm6 asm6.c
}
do_install() {
vbin asm6
vdoc README.TXT
}