🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930
pkgname: libass
pkgver: '0.17.5'
pkgrel: '1'
pkgdesc: 'Portable subtitle renderer for Advanced Substation Alpha/Substation Alpha subtitle format'
url: 'https://github.com/libass'
arch: x86_64
depends: []
makedepends:
- freetype
- fribidi
- 'xorg-fontconfig'
- harfbuzz
source:
- 'https://github.com/libass/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --disable-static
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libass.la
package: |
true