wok-next view fzy/receipt @ rev 21540

updated cantarell-fonts (0.111 -> 0.201)
author Hans-G?nter Theisgen
date Sun Jun 21 16:26:44 2020 +0100 (2020-06-21)
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 }