blob: 782a695b1cf4a281f46769fa09a5a4c1fd4be509 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Template file for 'dasm'
pkgname=dasm
version=2.20.14.1
revision=1
build_style=gnu-makefile
make_build_target="build"
make_check_target="test"
short_desc="Macro assembler for 8-bit microprocessors"
maintainer="Hill Ma <maahiuzeon@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://dasm-assembler.github.io"
distfiles="https://github.com/dasm-assembler/dasm/archive/refs/tags/${version}.tar.gz"
checksum=ec71ffd10eeaa70bf7587ee0d79a92cd3f0a017c0d6d793e37d10359ceea663a
do_install() {
vbin bin/dasm
vdoc docs/dasm.pdf
vman docs/dasm.1
}
|