samurai-0.6.ebuild (469B)
1 # Copyright 2017-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=7 5 6 DESCRIPTION="ninja-compatible build tool written in C" 7 HOMEPAGE="https://github.com/michaelforney/samurai" 8 SRC_URI="https://github.com/michaelforney/samurai/releases/download/${PV}/${P}.tar.gz" 9 LICENSE="ISC Apache-2.0 MIT" 10 SLOT="0" 11 KEYWORDS="~amd64 ~arm ~x86" 12 13 src_install() { 14 emake DESTDIR="${D}" PREFIX=/usr install 15 }