23 lines
601 B
Bash
23 lines
601 B
Bash
# Template file for 'fiche'
|
|
pkgname=fiche
|
|
version=0.9.1
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
short_desc="Command line pastebin server for sharing terminal output"
|
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/solusipse/fiche"
|
|
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
|
|
}
|