wok-next view fzy/receipt @ rev 21500
updated asunder (2.9.3 -> 2.9.6)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 19 06:47:46 2020 +0100 (2020-06-19) |
parents | cf0064551e72 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fzy"
4 VERSION="1.0"
5 CATEGORY="utilities"
6 SHORT_DESC="A fast, simple fuzzy finder"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/jhawthorn/fzy"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/jhawthorn/fzy/releases/download/$VERSION/$TARBALL"
14 compile_rules() {
15 make PREFIX=/usr install
16 }
18 genpkg_rules() {
19 copy @std
20 }