New package: fiche-0.9.1
closes #6764 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
bf6bedfbaa
commit
84ebcb1847
2 changed files with 25 additions and 0 deletions
2
srcpkgs/fiche/files/fiche/run
Normal file
2
srcpkgs/fiche/files/fiche/run
Normal 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
23
srcpkgs/fiche/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue