summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2020-08-25 09:47:22 -0400
committerGI_Jack2020-08-25 09:47:22 -0400
commit25374381f33a4d7e710afddfd58896ad023aa03b (patch)
tree40eacba8573a326b436084a63a995d1350d460df
parentb42093aa2931a1e00db1b01da6af7e025320dc15 (diff)
downloadaur-25374381f33a4d7e710afddfd58896ad023aa03b.tar.gz
gave each package its own descrption
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed7393dbd7f3..6674a5570d1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/froyotam/ferrite-core/a
sha256sums=('3ecd9c181e746bd2b92c5fc429cfb0a3a61456637ab5a5d6d4d46dd0ca96c7ba')
package_ttf-ferrite-core() {
+ pkgdesc="Ferrite Core DX font family by Froyo Tam(TTF True Type Font)"
conflicts=("ttf-ferrite-core-git")
cd "${pkgbase}-${pkgver}"
install -Dm644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
@@ -24,6 +25,7 @@ package_ttf-ferrite-core() {
}
package_otf-ferrite-core() {
+ pkgdesc="Ferrite Core DX font family by Froyo Tam(OTF Open Type Font)"
cd "${pkgbase}-${pkgver}"
install -Dm644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 fonts/otf/FerriteCore-Regular.otf "${pkgdir}/usr/share/fonts/OTF/FerriteCore-Regular.otf"