mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-20 19:45:00 +02:00
⏳ @eshanized updated the repository 🎉
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
|
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
|
||||||
# Contributor: Librewish <librewish@gmail.com>
|
# Contributor: Librewish <librewish@gmail.com>
|
||||||
|
# Contributor: Eshan Roy <eshan@snigdhaos.org>
|
||||||
|
|
||||||
pkgname=snigdhaos-asian-fonts
|
pkgname=snigdhaos-asian-fonts
|
||||||
pkgver=3
|
pkgver=3
|
||||||
@@ -19,6 +20,12 @@ depends=("fonts-tlwg"
|
|||||||
"ttf-indic-otf"
|
"ttf-indic-otf"
|
||||||
"ttf-khmer"
|
"ttf-khmer"
|
||||||
"ttf-tibetan-machine")
|
"ttf-tibetan-machine")
|
||||||
|
install="${pkgname}.install"
|
||||||
|
|
||||||
|
pkgver() {
|
||||||
|
# cd "$srcdir/$pkgname"
|
||||||
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "$pkgdir"/etc/fonts/conf.d
|
mkdir -p "$pkgdir"/etc/fonts/conf.d
|
||||||
|
7
snigdhaos-asian-fonts/snigdhaos-asian-fonts.install
Normal file
7
snigdhaos-asian-fonts/snigdhaos-asian-fonts.install
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
post_install() {
|
||||||
|
echo -e "\n** The files have been installed in /etc/fonts/conf.d **\n"
|
||||||
|
}
|
||||||
|
|
||||||
|
post_upgrade() {
|
||||||
|
post_install
|
||||||
|
}
|
Reference in New Issue
Block a user