wok-next annotate suplemon/receipt @ rev 21635
updated f2fs-tools (1.8.0 -> 1.13.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 11:04:48 2020 +0100 (2020-06-26) |
parents | 1eb4aacb48ed |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
paul@18292 | 2 |
paul@18292 | 3 PACKAGE="suplemon" |
paul@19529 | 4 VERSION="0.1.55" |
paul@18292 | 5 CATEGORY="utilities" |
al@21020 | 6 SHORT_DESC="Console text editor with multi cursor support" |
paul@18292 | 7 MAINTAINER="paul@slitaz.org" |
paul@18292 | 8 LICENSE="MIT" |
paul@18292 | 9 WEB_SITE="https://github.com/richrd/suplemon" |
al@21020 | 10 |
paul@18292 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
paul@18292 | 12 WGET_URL="git|git://github.com/richrd/suplemon" |
paul@18292 | 13 |
al@20516 | 14 BUILD_DEPENDS="python3-dev git bzip2" |
paul@18292 | 15 |
al@21020 | 16 compile_rules() { |
al@21020 | 17 python3 -B setup.py install --root=$install |
paul@18292 | 18 } |
paul@18292 | 19 |
al@21020 | 20 genpkg_rules() { |
al@21020 | 21 copy @std |
al@21020 | 22 DEPENDS="python3" |
paul@18292 | 23 } |