aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGompa <gompa@h-bomb.nl>2020-05-30 22:08:58 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-30 23:38:36 +0000
commit048489d488828136a6963dd1bd7e183aad35e41b (patch)
treea3f84d9d6dd51a46459a9d8762de26b808794be2
parent6638a342af2cf4e883efcf4ab245f44026cbb41f (diff)
downloadalpine_aports-048489d488828136a6963dd1bd7e183aad35e41b.tar.bz2
alpine_aports-048489d488828136a6963dd1bd7e183aad35e41b.tar.xz
alpine_aports-048489d488828136a6963dd1bd7e183aad35e41b.zip
testing/jdupes: Enable btrfs support
resolves #11593
-rw-r--r--testing/jdupes/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/jdupes/APKBUILD b/testing/jdupes/APKBUILD
index 7d8afb3a97..6cdefd3051 100644
--- a/testing/jdupes/APKBUILD
+++ b/testing/jdupes/APKBUILD
@@ -2,17 +2,18 @@
2# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> 2# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
3pkgname=jdupes 3pkgname=jdupes
4pkgver=1.15.0 4pkgver=1.15.0
5pkgrel=0 5pkgrel=1
6pkgdesc="identifying and taking actions upon duplicate files" 6pkgdesc="identifying and taking actions upon duplicate files"
7options="!check" # No testsuite 7options="!check" # No testsuite
8url="https://github.com/jbruchon/jdupes" 8url="https://github.com/jbruchon/jdupes"
9arch="all" 9arch="all"
10license="MIT" 10license="MIT"
11subpackages="$pkgname-doc" 11subpackages="$pkgname-doc"
12makedepends="linux-headers"
12source="$pkgname-$pkgver.tar.gz::https://github.com/jbruchon/jdupes/archive/v$pkgver.tar.gz" 13source="$pkgname-$pkgver.tar.gz::https://github.com/jbruchon/jdupes/archive/v$pkgver.tar.gz"
13 14
14build() { 15build() {
15 make 16 make ENABLE_DEDUPE=1
16} 17}
17 18
18package() { 19package() {