🔒 Repository is read-only – file editing is disabled.

recipes/gui/taglib/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: taglib
pkgver: '2.3.1'
pkgrel: '1'
pkgdesc: 'A Library for reading and editing the meta-data of several popular audio formats'
url: 'https://developer.kde.org/~wheeler/taglib.html'
arch: x86_64
depends: []
makedepends:
- cmake
- utf8cpp

source:
- 'https://taglib.github.io/releases/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  mkdir build
  cd build
  cmake -DCMAKE_INSTALL_PREFIX=/usr \
        -DCMAKE_BUILD_TYPE=Release  \
        -DBUILD_SHARED_LIBS=ON      \
        ..
  make
  make DESTDIR=${PKGDIR} install

package: |
  true