void-packages/srcpkgs/fiche/template
Nathan Owens 84ebcb1847
New package: fiche-0.9.1
closes #6764

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-01-22 10:32:14 -02:00

23 lines
586 B
Bash

# Template file for 'fiche'
pkgname=fiche
version=0.9.1
revision=1
build_style=gnu-makefile
short_desc="Command line pastebin server for sharing terminal output"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="MIT"
homepage="https://termbin.com"
distfiles="https://github.com/solusipse/fiche/archive/${version}.tar.gz"
checksum=f0cb279a2c2a4c0d1debcf56785fd8731a1427d2524221678cf69c9aaa85e831
CFLAGS="-lpthread"
system_accounts="_fiche"
fiche_homedir="/var/tmp/fiche"
make_dirs="/var/log/fiche 0750 _fiche _fiche"
post_install() {
vlicense LICENSE
vsv fiche
vbin fiche
}