# Maintainer: Mike Swanson pkgname=reflac pkgver=1.2.1 pkgrel=1 pkgdesc="Recompresses FLAC files while preserving tags" arch=('any') url="https://github.com/chungy/reflac" depends=('flac') makedepends=('asciidoc') license=('ISC') source=("$url"/archive/"$pkgver".tar.gz) sha256sums=('fe01275ad52b9a983faa276a2f2b39689e0f5c10158f9ae924944a306c4e638a') build() { cd "$srcdir/$pkgname-$pkgver" make } package() { cd "$srcdir/$pkgname-$pkgver" make prefix=/usr DESTDIR="$pkgdir" install install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/reflac/COPYING }