mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-util/minify-bin: new package, add 2.24.4
Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
24
dev-util/minify-bin/minify-bin-2.24.4.ebuild
Normal file
24
dev-util/minify-bin/minify-bin-2.24.4.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
BASE_SRC_URI="https://github.com/tdewolff/minify/releases/download/v${PV}/minify_linux_@arch@.tar.gz"
|
||||
|
||||
DESCRIPTION="Minifier package that provides HTML5, CSS3, JS, JSON, SVG, and XML minifiers."
|
||||
HOMEPAGE="https://go.tacodewolff.nl/minify"
|
||||
SRC_URI="
|
||||
amd64? ( ${BASE_SRC_URI//@arch@/amd64} )
|
||||
arm64? ( ${BASE_SRC_URI//@arch@/arm64} )
|
||||
"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~arm64"
|
||||
|
||||
QA_PRESTRIPPED=usr/bin/minify
|
||||
|
||||
src_install() {
|
||||
dobin minify
|
||||
}
|
||||
Reference in New Issue
Block a user