void-packages

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

commit 362493598b0a329c45ec7173f41c6ed90b0bdda7
parent d2c117ead962c5507974d24bbb5d76e661024d5f
Author: Dash Eclipse <dash@ezup.dev>
Date:   Sat, 21 Nov 2020 18:04:29 +0000

New package: go.rice

Diffstat:
Mezup/pkg-list.txt | 1+
Asrcpkgs/go.rice/template | 17+++++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/ezup/pkg-list.txt b/ezup/pkg-list.txt @@ -30,6 +30,7 @@ font-jetbrains-mono-ttf #binary font-kiwi-otb #fetch #git fuzzypkg + go.rice # https-dns-proxy #git morse #git oggfwd #git_archive diff --git a/srcpkgs/go.rice/template b/srcpkgs/go.rice/template @@ -0,0 +1,17 @@ +# Template file for 'go.rice' +pkgname=go.rice +version=1.0.0 +revision=1 +build_style=go +go_import_path=" + github.com/GeertJohan/${pkgname} + github.com/GeertJohan/${pkgname}/rice" +# /void-packages/common/hooks/pre-pkg/04-generate-runtime-deps.sh: line 77: awk: command not found +hostmakedepends="awk" +short_desc="Go package that makes working with resources such as html,js,css,images,templates, etc very easy" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="BSD-2-Clause" +homepage="https://github.com/GeertJohan/go.rice" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=540cb64258fc2422664c73454b5dbaac5487a45906c935d25285a2a60085d877 +tags="ezup"