blob: 70ef359269e3d58c358827c94f3200728eb6e7f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Maintainer: pkfbcedkrz <pkfbcedkrz@gmail.com>
pkgname=xorg-fonts-cronyx-75dpi
pkgver=2.3.8
pkgrel=3
pkgdesc="X.org cyrillic fonts (PCF version). Intended for use with Qt applications that do not fully support OTB fonts (eg, pcmanfm-qt)"
arch=('any')
url="https://packages.debian.org/bullseye/xfonts-cronyx-75dpi"
license=('GPL3')
source=("http://ftp.us.debian.org/debian/pool/main/x/xfonts-cronyx/xfonts-cronyx-75dpi_${pkgver}-9_all.deb")
md5sums=('SKIP')
package() {
tar xf data.tar.xz
mv usr $pkgdir/
}
|