wok-next view exa/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }