Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jdupes 1200 #32048

Merged
merged 2 commits into from Jul 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 11 additions & 2 deletions srcpkgs/jdupes/template
@@ -1,6 +1,6 @@
# Template file for 'jdupes'
pkgname=jdupes
version=1.19.1
version=1.20.0
revision=1
build_style=gnu-makefile
make_build_args="ENABLE_BTRFS=1"
Expand All @@ -10,8 +10,17 @@ license="MIT"
homepage="https://github.com/jbruchon/jdupes"
changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES"
distfiles="https://github.com/jbruchon/jdupes/archive/v${version}.tar.gz"
checksum=bb7c53cd463ab5e21da85948c4662a3b7ac9b038ae993cc14ccf793d2472e2e9
checksum=c1f728961ad8aeb074e5767367639e6b418f0ca572f70f7635655da722f1827e

pre_build() {
sed -i 's/^CFLAGS +=/override CFLAGS +=/g' Makefile
sed -i 's/^LDFLAGS =/override LDFLAGS +=/g' Makefile
}

post_install() {
vlicense LICENSE
}

do_check() {
./jdupes -V|grep fsdedup
}