wok-next view get-algobox/receipt @ rev 20882

Check Repology info from a* to g* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 10 20:08:05 2018 +0300 (2018-07-10)
parents 42b8478866fb
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="get-algobox"
4 VERSION="1.00"
5 CATEGORY="misc"
6 SHORT_DESC="Get the Algorithm creation tool for education"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.xm1math.net/algobox/"
10 REPOLOGY="-"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-algobox $fs/usr/bin
17 }