parent
6ecdb9260a
commit
91e35287a0
1 changed files with 6 additions and 3 deletions
|
@ -1,17 +1,20 @@
|
|||
# Template file for 'duperemove'
|
||||
pkgname=duperemove
|
||||
version=0.11.1
|
||||
version=0.11.2
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="sqlite-devel libglib-devel libgcrypt-devel libatomic-devel"
|
||||
short_desc="Tools for deduping file systems"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/markfasheh/duperemove"
|
||||
distfiles="https://github.com/markfasheh/duperemove/archive/v${version}.tar.gz"
|
||||
checksum=75c3c91baf7e5195acad62eab73a7afc3d0b88cbfccefac3e3412eba06a42ac8
|
||||
checksum=6e3549fc938d1fb5ede0a362b6860ccefe28af60dde11f7b8d4ba3d2a863b96a
|
||||
|
||||
do_build() {
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
export LIBRARY_FLAGS=-latomic
|
||||
fi
|
||||
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS -fcommon"
|
||||
}
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue