aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jdupes/APKBUILD
blob: ec92637f2d2b43cb203a1a6d1c9a5fcd0624d1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: tcely <tcely@users.noreply.github.com>
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=jdupes
pkgver=1.21.2
pkgrel=0
pkgdesc="identifying and taking actions upon duplicate files"
options="!check" # No testsuite
url="https://github.com/jbruchon/jdupes"
arch="all"
license="MIT"
subpackages="$pkgname-doc"
makedepends="linux-headers"
source="$pkgname-$pkgver.tar.gz::https://github.com/jbruchon/jdupes/archive/v$pkgver.tar.gz"

build() {
	make ENABLE_DEDUPE=1
}

package() {
	make DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="
73681d9c47f79a8538bff329623357d924e5574e29ce997fb104503733d2520a9cd388697a40f738ea93b7d86ef624d5fa65b76dad24fe021e753e6431db960a  jdupes-1.21.2.tar.gz
"