diff options
author | mutantturkey <crazycal00@gmail.com> | 2010-05-04 10:43:22 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2010-05-04 10:43:22 -0400 |
commit | 2c932afe6d7b668f3da1cd68232f0786c0678e8d (patch) | |
tree | b86618a87482b2f127fc64ac00b2bd82e23ed1f9 /PKGBUILD | |
parent | 21cd3832768ee0eccd9f1b39d6e6e717f73452cc (diff) |
PKGBUILD, added warning for terminus font
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" } |