# 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="" DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" src_compile() { true } src_install() { sh install.sh }