wok-next view fzy/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }