aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2010-05-04 10:43:22 -0400
committermutantturkey <crazycal00@gmail.com>2010-05-04 10:43:22 -0400
commit2c932afe6d7b668f3da1cd68232f0786c0678e8d (patch)
treeb86618a87482b2f127fc64ac00b2bd82e23ed1f9 /PKGBUILD
parent21cd3832768ee0eccd9f1b39d6e6e717f73452cc (diff)
PKGBUILD, added warning for terminus font
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0155310..91671d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Dannny <danny.a95@gmail.com>
pkgname=mt-git
-pkgver=20100426
+pkgver=20100504
pkgrel=1
-pkgdesc="mt - multi tabbed, a minimal GTK and VTE based terminal aiming to b e clean and concise"
+pkgdesc="mt - multi term, a minimal GTK and VTE based terminal aiming to be clean and concise"
arch=('any')
url="http://github.com/mutantturkey/mt/"
license=('GPL' 'MIT/X')
@@ -33,4 +33,6 @@ build() {
cd "$srcdir/$_gitname"
make || return 1
make DESTDIR="$pkgdir" install || return 1
+
+ msg "terminus is the default font, if it is not installed, another font will be picked"
}