From 0fa2b14b3130a82ef218fc249c203b6c22798056 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 3 May 2023 17:40:34 +0300 Subject: textproc/minify: add 2.12.5 --- textproc/minify/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 textproc/minify/Makefile (limited to 'textproc/minify/Makefile') diff --git a/textproc/minify/Makefile b/textproc/minify/Makefile new file mode 100644 index 0000000..eb9700a --- /dev/null +++ b/textproc/minify/Makefile @@ -0,0 +1,25 @@ +COMMENT = minifier for web formats + +DISTNAME = minify-${MODGO_VERSION} + +CATEGORIES = textproc + +HOMEPAGE = https://go.tacodewolff.nl/minify + +MAINTAINER = la ninpre + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB += c pthread + +MODGO_MODNAME = github.com/tdewolff/minify/v2 +MODGO_VERSION = v2.12.5 +MODGO_LDFLAGS += -X main.Version="${MODGO_VERSION}" +MODULES = lang/go + +ALL_TARGET = ${MODGO_MODNAME}/cmd/minify + +.include "modules.inc" + +.include -- cgit v1.2.3