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

26 lines
389 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="The core standard library of The Only Serbian Programmer."
HOMEPAGE=""
SRC_URI="https://gitlab.com/xibraries/xtandard"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
true
}
src_install() {
sh install.sh
}