wok-next view suplemon/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 1eb4aacb48ed
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="suplemon"
4 VERSION="0.1.55"
5 CATEGORY="utilities"
6 SHORT_DESC="Console text editor with multi cursor support"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/richrd/suplemon"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://github.com/richrd/suplemon"
14 BUILD_DEPENDS="python3-dev git bzip2"
16 compile_rules() {
17 python3 -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="python3"
23 }