You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
466 B
24 lines
466 B
# 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
|
|
}
|