gdritter repos void-extra-packages / f02a602
Added non-versioned package for snb Getty Ritter 7 years ago
1 changed file(s) with 22 addition(s) and 0 deletion(s). Collapse all Expand all
1 # Template file for 'snb'
2 pkgname=snb
3 version=0.0.1
4 revision=1
5 build_style=gnu-makefile
6 hostmakedepends="git"
7 makedepends="ncurses-devel"
8 depends=""
9 short_desc="A simple hierarchical notebook"
10 maintainer="Getty Ritter <gdritter@galois.com>"
11 license="GPL-3"
12 homepage="https://github.com/drbig/snb"
13
14 do_fetch() {
15 git clone https://github.com/drbig/snb.git ${wrksrc}
16 }
17
18 do_install() {
19 vbin bin/snb
20 vman snb.1
21 vdoc help.md
22 }