diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template new file mode 100644 index 00000000000..d6edbd68f44 --- /dev/null +++ b/srcpkgs/nnn/template @@ -0,0 +1,16 @@ +# Template file for 'nnn' +pkgname=nnn +version=1.0 +revision=1 +build_style=gnu-makefile +makedepends="ncurses-devel" +short_desc="A lightweight terminal file browser" +maintainer="Dennis Kraus " +license="BSD" +homepage="https://github.com/jarun/nnn" +distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz" +checksum=032d8cdcaa237f4392cc0ab335b984f2107c458c7d1ffec35a4abfe3aa0e5486 + +post_install() { + vlicense LICENSE +}