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
1 changed files with 12 additions and 5 deletions

View File

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