@eshanized updated the repository 🎉

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-26 13:59:35 +05:30
parent 2d813cf375
commit ee88f0aee7
2 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
# Contributor: Librewish <librewish@gmail.com>
# Contributor: Eshan Roy <eshan@snigdhaos.org>
pkgname=snigdhaos-asian-fonts
pkgver=3
@@ -19,6 +20,12 @@ depends=("fonts-tlwg"
"ttf-indic-otf"
"ttf-khmer"
"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() {
mkdir -p "$pkgdir"/etc/fonts/conf.d

View 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
}