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

32 lines
596 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"
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() {
#chroot ${D}
#sh install.sh
#mkdir -p /usr/local/include/xolatile
#cp xtandard.h /usr/local/include/xolatile/xtandard.h
#dodir /usr/local/include/xolatile
#doins /usr/local/include/xolatile/xtandard.h
true
}