mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.1.2
Changelog: https://github.com/rakyll/statik/releases PR: 230045
This commit is contained in:
parent
13b3947b88
commit
0915b200ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477809
3 changed files with 9 additions and 5 deletions
|
@ -1,19 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= statik
|
||||
PORTVERSION= 20141209
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= cheffo@freebsd-bg.org
|
||||
COMMENT= Embed static files into a Go executable
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
USES= go
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rakyll
|
||||
GH_TAGNAME= 4a16c83
|
||||
|
||||
PLIST_FILES= bin/statik
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (rakyll-statik-20141209-4a16c83_GH0.tar.gz) = 1575ba7a343c9e2f560ecefd9c42310d0e89a9208357253cc023343535040455
|
||||
SIZE (rakyll-statik-20141209-4a16c83_GH0.tar.gz) = 77634
|
||||
TIMESTAMP = 1532542245
|
||||
SHA256 (rakyll-statik-v0.1.2_GH0.tar.gz) = c9eee1ba676b20ac83ec28315580ed36b4018225fbef1f82acdf8e7c92078174
|
||||
SIZE (rakyll-statik-v0.1.2_GH0.tar.gz) = 172864
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
bin/%%GO_PKGNAME%%
|
Loading…
Add table
Reference in a new issue