Inital Commit
This commit is contained in:
16
package/tcpl-0.1.ebuild
Normal file
16
package/tcpl-0.1.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user