gensokyo_kappa-overlay/dev-util/g1a-wrapper/g1a-wrapper-9999.ebuild

23 lines
559 B
Bash

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="g1a-wrapper is a simple utility program that generates g1a files from pure
compiled binary source code."
HOMEPAGE="https://bitbucket.org/Lephenixnoir/add-in-wrapper/overview"
SRC_URI="https://moriya.zapto.org/SuwakoMmh/add-in-wrapper/archive/master.tar.gz -> ${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/add-in-wrapper/"
src_install() {
dobin build/g1a-wrapper
}