mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-19 03:22:36 +01:00
23 lines
559 B
Bash
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
|
|
}
|