void-packages/srcpkgs/fdupes/template

20 lines
537 B
Plaintext

# Template file for 'fdupes'
pkgname=fdupes
version=1.51
revision=2
distfiles="https://fdupes.googlecode.com/files/fdupes-${version}.tar.gz"
checksum="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881"
maintainer="Steven R <strob AT styez DOT com>"
homepage="https://code.google.com/p/fdupes/"
license="MIT"
short_desc="Identifying or deleting duplicate files residing within specified directories"
do_build() {
make CC="$CC"
}
do_install() {
vinstall fdupes 755 usr/bin
vinstall fdupes.1 644 usr/share/man/man1
}