1 #Contributor: Rafael Garcia <rafael.garcia.gallego@gmail.com>
6 pkgdesc="Simple ncurses text editor"
7 url="http://sandyeditor.sf.net/"
10 makedepends=('pkgconfig')
12 optdepends=('dmenu: X11 integration' 'xsel: X11 integration')
13 source=(http://downloads.sourceforge.net/project/sandyeditor/sandy-0.4.tar.gz)
14 md5sums=('cf16acee40cc6d276509f630dd6e3d46')
17 cd $srcdir/$pkgname-$pkgver
18 make PREFIX=/usr DESTDIR=$pkgdir clean install || return 1
19 install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt