parent
a0727d478d
commit
7c5097a273
@ -0,0 +1,23 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="lightweight lossless file minifier/optimizer"
|
||||
HOMEPAGE="https://github.com/JayXon/Leanify"
|
||||
SRC_URI="https://github.com/JayXon/Leanify/archive/v0.4.3.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
insinto /usr/bin
|
||||
newins leanify leanify
|
||||
fperms 0755 /usr/bin/leanify
|
||||
}
|
@ -0,0 +1 @@
|
||||
DIST v0.4.3.tar.gz 466750 BLAKE2B 21e31690995927b842af4892a8e1e84401edc80190cd98648c9517784a0c97b5abc8b1f5d2c887d0515dd67f9c759439391397fa0ef5858b468d66a14bc0c309 SHA512 347dadfabaf8929e067285676ee293adc3bd852c55f87260db17bb303062ef1b668cb6fc2985b03bec2e86e3d7c989c99a2c98d679104dca7b1494f0e5bece68
|
Loading…
Reference in new issue