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