parent
8e0b8aa00a
commit
08d3f7a179
|
@ -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 <kraus@posteo.de>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue