aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jdupes/APKBUILD
blob: c1b0dac88771e99ca8e4de8f2eda4458b26b281d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: tcely <tcely@users.noreply.github.com>
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=jdupes
pkgver=1.14.0
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"
source="$pkgname-$pkgver.tar.gz::https://github.com/jbruchon/jdupes/archive/v$pkgver.tar.gz"

build() {
	make
}

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

sha512sums="c56e1f43194daf2c08a83f2e5133b57bec0bf3434a70f96ca0402832548db1d68e18bb51c4aeb37ce9067e651eed19ba84ce0b6c84477aa1a70e189ebbc0f3d2  jdupes-1.14.0.tar.gz"