🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: faac
pkgver: '2.0'
pkgrel: '1'
pkgdesc: 'Encoder MPEG-4 de AudioCoding.com'
url: 'https://github.com/knik0/faac'
arch: x86_64
depends: []
makedepends:
- git
- meson
- python
source:
- 'https://github.com/knik0/faac.git'
sha256sums:
- SKIP
build: |
cd ${pkgname}
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true . builddir
meson compile -C builddir
package: |
cd ${pkgname}
DESTDIR="${PKGDIR}" meson install -C builddir