pasmo: add documentation; xlintify

This commit is contained in:
Jürgen Buchmüller 2020-07-25 00:47:39 +02:00
parent f589ee2fdb
commit c5d350675f

View file

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