summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7d4cab6d31d3a107f464c9d5aeea34f111e9a16e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Illia Shestakov <illia@ishestakov.com>

pkgname=sacd
pkgver=19.7.16.37
pkgrel=1
pkgdesc='Super Audio CD decoder.'
arch=("i686" "x86_64")
url='https://github.com/Sound-Linux-More/sacd'
license=('GPL3')
depends=()
source=(https://github.com/Sound-Linux-More/sacd/archive/${pkgver}.tar.gz)
md5sums=('3c29546256e722d378e111ac5a6bd3a5')

package() {
  cd ${srcdir}/${pkgname}-${pkgver}
  make DESTDIR="$pkgdir/" install
}