1 # Contributor: jsteel <jsteel at vorx dot com>
2 # Contributor: Heeru Kiyura <M8R-p9i5nh@mailinator.net>
3 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
4 # Contributor: Nathan Owe <ndowens.aur at gmail dot com>
9 pkgdesc="Ncurses file and directory management tool"
11 url="http://hp.vector.co.jp/authors/VA012337/soft/fd/"
15 source=(http://hp.vector.co.jp/authors/VA012337/soft/fd/FD-$pkgver.tar.gz 'LICENSE')
16 md5sums=('9e12c8a1480cc5f535bf6df852a0defc'
17 '9792276314f0b2a716ce3d5078bf2e13')
20 cd ${srcdir}/FD-${pkgver}
21 install -d ${pkgdir}/usr/{share/man/man1,bin,share/licenses/${pkgname}}
23 make PREFIX=${pkgdir}/usr DESTDIR=${pkgdir}/ install
24 install -Dm644 ${pkgdir}/usr/man/man1/{fd.1,fdsh.1} ${pkgdir}/usr/share/man/man1/
25 install -Dm644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
26 rm -r ${pkgdir}/usr/man