🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: xorg-mkfontscale
pkgver: '1.2.4'
pkgrel: '1'
pkgdesc: Create an index of scalable font file for X.
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- freetype
- xorg-libfontenc
source:
- 'https://ftp.x.org/pub/individual/app/mkfontscale-${pkgver}.tar.xz'
sha256sums:
- a01492a17a9b6c0ee3f92ee578850e305315b9f298da5f006a1cd4b51db01a5e
build: |
cd ${pkgname/xorg-/}-1.2.4
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
package: |
cd ${pkgname/xorg-/}-1.2.4
make DESTDIR="${PKGDIR}" install
update: |
local ext url name LINX
LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
ext=".tar.bz2"
url="https://ftp.x.org/archive//individual//app"
$LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/mkfontscale-"|sed "s@$ext\$@@"|sed "s@$url/mkfontscale-@@"|head -1