wok-next view acme/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents cc1529fd88ad
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="acme"
4 VERSION="0.96.1"
5 COMMIT="6f42edb" # 2017-03-29
6 CATEGORY="development"
7 SHORT_DESC="A Crossassembler for Multiple Environments (6502, 65c02 and 65816)"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/meonwax/acme"
11 REPOLOGY="acme-crossassembler"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="https://github.com/meonwax/acme/archive/$COMMIT.tar.gz"
16 compile_rules() {
17 cd $src/src
18 make || return 1
20 install -Dm755 acme $install/usr/bin/acme
22 cook_pick_docs $src/README.md $src/docs/
23 }
25 genpkg_rules() {
26 copy @std
27 }