# check all that depend, all link to minor .so pkgname=libid3tag pkgver=0.16.3 pkgrel=1 pkgdesc="library for id3 tagging" arch=('x86_64') url="https://www.underbit.com/products/mad/" license=('GPL') depends=('zlib') makedepends=('cmake' 'gperf') options=(!libtool) source=("https://codeberg.org/tenacityteam/libid3tag/archive/${pkgver}.tar.gz") md5sums=('77250d3e316e9fcb8eb3560565e59a07') build() { cmake -B build -S ${pkgname} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr cmake --build build } package() { DESTDIR=${pkgdir} cmake --install build install -Dm644 ${pkgname}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING }