summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 797abcc9e2e2fef4656236ef005ade119e64cf28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: pkfbcedkrz <pkfbcedkrz@gmail.com>
pkgname=xorg-fonts-cronyx-100dpi
pkgver=2.3.8
pkgrel=2
pkgdesc="X.org cyrillic fonts (Cronyx collection)"
arch=('any')
url="https://packages.debian.org/bullseye/xfonts-cronyx-100dpi"
license=('GPL3')
conflicts=('xorg-fonts-cyrillic')
source=("http://ftp.us.debian.org/debian/pool/main/x/xfonts-cronyx/xfonts-cronyx-100dpi_${pkgver}-9_all.deb")
md5sums=('3aabd3a4590d57322381267694c53762')

package() {
    tar xf data.tar.xz
    find usr -type f -iname '*ho_*.pcf*' -delete
    find usr -type f -iname '*hbo_*.pcf*' -delete
    mv usr $pkgdir/
}