void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

template (633B)


      1# Template file for 'fiche'
      2pkgname=fiche
      3version=0.9.1
      4revision=3
      5build_style=gnu-makefile
      6short_desc="Command line pastebin server for sharing terminal output"
      7maintainer="Dash Eclipse <dashezup@disroot.org>"
      8license="MIT"
      9homepage="https://github.com/solusipse/fiche"
     10distfiles="https://github.com/solusipse/fiche/archive/${version}.tar.gz"
     11checksum=f0cb279a2c2a4c0d1debcf56785fd8731a1427d2524221678cf69c9aaa85e831
     12patch_args="-Np1"
     13#tags="ezup"
     14
     15CFLAGS="-lpthread"
     16
     17system_accounts="_fiche"
     18fiche_homedir="/var/tmp/fiche"
     19make_dirs="/var/log/fiche 0750 _fiche _fiche"
     20
     21post_install() {
     22	vlicense LICENSE
     23	vsv fiche
     24	vbin fiche
     25}