28 lines
599 B
Bash
28 lines
599 B
Bash
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
#EGIT_REPO_URI="https://gitlab.com/xibraries/xtandard"
|
|
EGIT_REPO_URI="-c 'http.https://*.onion.proxy=socks5h://127.0.0.1:9050' https://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/xolatile/xtandard.git"
|
|
inherit git-r3
|
|
|
|
DESCRIPTION="The core standard library of The Only Serbian Programmer."
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|
|
BDEPEND=""
|
|
|
|
src_compile() {
|
|
true
|
|
}
|
|
|
|
src_install() {
|
|
insinto /usr/include/xolatile
|
|
doins xtandard.h
|
|
}
|