updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mined / PKGBUILD
blob7a9a0bca41e521507ca3cf5b62fc3ec31f53a915
1 # Contributor: Andreas W. Hauser <andy-aur@splashground.de>
2 pkgname=mined
3 pkgver=2000.13.2
4 pkgrel=1
5 pkgdesc="a powerful text editor with good Unicode support"
6 url="http://towo.net/mined/"
7 license="GPL"
8 arch=(x86_64)
9 source=("http://towo.net/mined/$pkgname-$pkgver.tar.gz")
11 build() {
12   cd $startdir/src/$pkgname-${pkgver}
13   make install root=$startdir/pkg install
15 md5sums=('8c1741a7f15ca0330c3a43fe7df9991c')