wok-next view acme/receipt @ rev 21613

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
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 }