Inital Commit

This commit is contained in:
vx-clutch
2026-04-22 21:44:48 -04:00
commit 19d543f99d
16 changed files with 290 additions and 0 deletions

16
package/tcpl-0.1.ebuild Normal file
View File

@@ -0,0 +1,16 @@
EAPI = 8
DESCRIPTION = "Test C Project Layout" HOMEPAGE =
"https://fsdproject.org" SRC_URI =
"https://dl.fsdproject.org/tcpl-${PV}.tar.gz"
LICENSE = "BSD" SLOT = "0" KEYWORDS = "~amd64" IUSE = ""
DEPEND = "" RDEPEND = "${DEPEND}" BDEPEND = ""
src_compile(){emake}
src_install()
{
dobin tcpl dodoc README
}