tarch-fonts/PKGBUILD

16 lines
287 B
Bash
Raw Permalink Normal View History

2024-02-21 10:52:43 +03:00
pkgname=tarch-fonts
pkgver=1.0
pkgrel=1
pkgdesc="Fonts for Tarch OS"
2024-03-10 13:01:00 +03:00
arch=("any")
url="https://gitcast.ru/tarch_os/tarch-bin"
license=("GPL3")
2024-02-21 10:52:43 +03:00
prepare() {
cp -af ../fonts/. ${srcdir}
}
package() {
2024-03-10 13:01:00 +03:00
(find * -type f -exec install -Dm 644 "{}" "${pkgdir}/usr/share/fonts/tarch/{}" \;)
2024-02-21 10:52:43 +03:00
}