🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: ttf-linux-libertine
pkgver: '5.3.0'
pkgrel: '3'
pkgdesc: Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large Unicode coverage
url: 'https://linuxlibertine.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- xorg-libx11
- xorg-fontconfig
source:
- 'http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine{TTF,OTF}_${pkgver}_2012_07_02.tgz'
sha256sums:
- 3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985
build: |
cd .
install -dm755 ${PKGDIR}/usr/share/fonts/{OTF,TTF}
install -m644 *.ttf ${PKGDIR}/usr/share/fonts/TTF
install -m644 *.otf ${PKGDIR}/usr/share/fonts/OTF
install -Dm644 OFL-1.1.txt ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
install -Dm644 LICENCE.txt ${PKGDIR}/usr/share/licenses/${pkgname}/README
package: |
true