fix pakgbuild
This commit is contained in:
parent
78b9341abd
commit
3c8313ee40
8
PKGBUILD
8
PKGBUILD
@ -2,14 +2,14 @@ pkgname=tarch-fonts
|
|||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Fonts for Tarch OS"
|
pkgdesc="Fonts for Tarch OS"
|
||||||
arch=('any')
|
arch=("any")
|
||||||
url="https://gitcast.ru/tarch_os/tarch-fonts.git"
|
url="https://gitcast.ru/tarch_os/tarch-bin"
|
||||||
license=('GPL3')
|
license=("GPL3")
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cp -af ../fonts/. ${srcdir}
|
cp -af ../fonts/. ${srcdir}
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
(find * -type f -exec install -Dm 644 "{}" "${pkgdir}/usr/share/fonts/tarhos/{}" \;)
|
(find * -type f -exec install -Dm 644 "{}" "${pkgdir}/usr/share/fonts/tarch/{}" \;)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user