1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
2 # Contributor: Tom Gundersen <teg@jklm.no>
3 # Contributor: Ike Devolder <ike.devolder@gmail.com>
4 # Contributor: Andrea Scarpino <andrea@archlinux.org>
5 # Contributor: Tobias Powalowski <tpowa@archlinux.org>
10 pkgdesc="A Library for reading and editing the meta-data of several popular audio formats"
12 url="https://taglib.github.io/"
16 source=("https://taglib.github.io/releases/$pkgname-$pkgver.tar.gz")
17 sha256sums=('7fccd07669a523b07a15bd24c8da1bbb92206cb19e9366c3692af3d79253b703')
20 cmake -B build -S $pkgname-$pkgver \
21 -DCMAKE_INSTALL_PREFIX=/usr \
22 -DBUILD_SHARED_LIBS=ON
27 DESTDIR="$pkgdir" cmake --install build