New package: fiche-0.9.1

closes #6764

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
Nathan Owens 2019-01-07 23:44:25 -06:00 committed by maxice8
parent bf6bedfbaa
commit 84ebcb1847
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec chpst -u _fiche:_fiche fiche -d yourdomain.com -o /var/tmp/fiche -l /var/log/fiche/log

23
srcpkgs/fiche/template Normal file
View file

@ -0,0 +1,23 @@
# 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
}