mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-28 20:11:34 +01:00
25 lines
749 B
Plaintext
25 lines
749 B
Plaintext
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
pkgname=duperemove
|
|
pkgver=0.11
|
|
pkgrel=0
|
|
pkgdesc="Tools for deduping file systems"
|
|
url="https://github.com/markfasheh/duperemove"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
makedepends="glib-dev linux-headers sqlite-dev"
|
|
options="!check" # no tests provided
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/markfasheh/$pkgname/archive/v$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" PREFIX=/usr install
|
|
}
|
|
|
|
sha512sums="b1bc2beb92223f9b46f8838e2f983ec763a9dff302f4202a34cc5e10591b985519f0464b6eba566c56872e671ba80583c7fdf4a232325086141d011384a286cf duperemove-0.11.tar.gz"
|