18 lines
558 B
Bash
18 lines
558 B
Bash
# Template file for 'pasmo'
|
|
pkgname=pasmo
|
|
version=0.5.3
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="Portable Z80 cross assembler"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://pasmo.speccy.org/"
|
|
distfiles="http://pasmo.speccy.org/bin/pasmo-${version}.tgz
|
|
http://pasmo.speccy.org/pasmodoc.html"
|
|
checksum="db3c41cac16df5966fcca4719bb218af78224de13785b222d1d8e292fc87f1eb
|
|
1beb31e6b80aab9cbb751e36eedd57154cfe10cbe1eb968661d09f1001747c84"
|
|
skip_extraction="pasmodoc.html"
|
|
|
|
post_install() {
|
|
vdoc pasmodoc.html
|
|
}
|