void-packages

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

template (660B)


      1# Template file for 'go.rice'
      2pkgname=go.rice
      3version=1.0.0
      4revision=1
      5build_style=go
      6go_import_path="
      7 github.com/GeertJohan/${pkgname}
      8 github.com/GeertJohan/${pkgname}/rice"
      9# /void-packages/common/hooks/pre-pkg/04-generate-runtime-deps.sh: line 77: awk: command not found
     10hostmakedepends="awk"
     11short_desc="Tool for embedding web resources into Go executables"
     12maintainer="Dash Eclipse <dashezup@disroot.org>"
     13license="BSD-2-Clause"
     14homepage="https://github.com/GeertJohan/go.rice"
     15distfiles="${homepage}/archive/v${version}.tar.gz"
     16checksum=540cb64258fc2422664c73454b5dbaac5487a45906c935d25285a2a60085d877
     17tags="ezup"
     18
     19post_install() {
     20	vlicense LICENSE
     21}