17 lines
441 B
Bash
17 lines
441 B
Bash
|
# 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
|
||
|
}
|