wok view get-algobox/receipt @ rev 22843

Add whdd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 14 15:54:18 2020 +0100 (2020-02-14)
parents 42b8478866fb
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-algobox"
4 VERSION="1.01"
5 CATEGORY="misc"
6 SHORT_DESC="Get the Algorithm creation tool for education."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.xm1math.net/algobox/"
11 # fetches latest version only!
12 # available versions are amd64 only!
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp stuff/get-algobox $fs/usr/bin
19 }