wok-next view unison/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 0c30a9a773d1
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="unison"
4 VERSION="2.51.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="File-synchronization tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/bcpierce00/unison/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="ocaml emacs"
16 compile_rules() {
17 CFLAGS='' make || return 1
19 install -Dm755 src/unison $install/usr/bin/unison
20 install -Dm755 src/unison-fsmonitor $install/usr/bin/unison-fsmonitor
22 cook_pick_docs README.md
23 }
25 genpkg_rules() {
26 copy @std
27 TAGS="sync"
28 }