mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: asm6-1.6
This commit is contained in:
parent
62b3f028ba
commit
9f0ccd87cb
1 changed files with 21 additions and 0 deletions
21
srcpkgs/asm6/template
Normal file
21
srcpkgs/asm6/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue