void-packages

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

template (677B)


      1# Template file for 'trojan'
      2pkgname=trojan
      3version=1.16.0
      4revision=8
      5wrksrc="${pkgname}-${version}"
      6build_style="cmake"
      7configure_args="-DENABLE_MYSQL=OFF -DENABLE_SSL_KEYLOG=OFF -DSYSTEMD_SERVICE=OFF"
      8makedepends="boost-devel openssl-devel"
      9short_desc="Unidentifiable mechanism that helps you bypass GFW"
     10maintainer="Dash Eclipse <dashezup@disroot.org>"
     11license="GPL-3.0-or-later"
     12homepage="https://github.com/trojan-gfw/trojan"
     13distfiles="${homepage}/archive/v${version}.tar.gz"
     14checksum=86cdb2685bb03a63b62ce06545c41189952f1ec4a0cd9147450312ed70956cbc
     15tags="ezup"
     16
     17system_accounts="${pkgname}"
     18make_dirs="/etc/trojan 0750 trojan trojan"
     19
     20post_install() {
     21	vsv ${pkgname}
     22}