agvxov-overlay/xrograms/xtandard/xtandard-9999.ebuild
2024-10-17 17:23:10 +02:00

27 lines
491 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EGIT_REPO_URI="https://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/xolatile/xtandard.git"
inherit git-r3-tor
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
}