# 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 }