vp-build/srcpkgs/nnn/template

19 lines
556 B
Bash

# Template file for 'nnn'
pkgname=nnn
version=2.1
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="ncurses-devel"
short_desc="The missing terminal file browser for X"
maintainer="Dennis Kraus <kraus@posteo.de>"
license="BSD-2-Clause"
homepage="https://github.com/jarun/nnn"
changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
checksum=bbfbd217a0c18741596d0cc5585c4160cf1848be4c6cb19c86b8a5249e3f2d2e
post_install() {
vlicense LICENSE
}