wok-next view exa/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 38cf0c75fa4c
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="exa"
4 VERSION="0.7.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Replacement for 'ls' written in Rust"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://the.exa.website/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/ogham/exa/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="rust libgit2-dev cmake"
16 compile_rules() {
17 # save caches here
18 export CARGO_HOME=/home/cargo
20 sed -i 's|/usr/local|/usr|' Makefile
22 make &&
23 make DESTDIR=$install install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="zlib"
29 }