diff --git a/dev-games/surgescript/Manifest b/dev-games/surgescript/Manifest new file mode 100644 index 0000000000..759255941f --- /dev/null +++ b/dev-games/surgescript/Manifest @@ -0,0 +1 @@ +DIST surgescript-0.5.4.tar.gz 422111 BLAKE2B 88733d7ae350ebc3874d3b0e5ec91a896227b8e03b1c56e1c462bc2dd989c0df7e1ac230b31ac7a187217f32f1059bea7f6661cffc3d32aaf2c9c7db22bd94d4 SHA512 d75f29dd21f73beccee559eef22d75b8502d9de79874a282855bdf872ecd9862a8e0a898699aca42b373a2abdca81d77f15255235c27420a2da417d3970fcaf4 diff --git a/dev-games/surgescript/metadata.xml b/dev-games/surgescript/metadata.xml new file mode 100644 index 0000000000..c698af2344 --- /dev/null +++ b/dev-games/surgescript/metadata.xml @@ -0,0 +1,8 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + + diff --git a/dev-games/surgescript/surgescript-0.5.4.ebuild b/dev-games/surgescript/surgescript-0.5.4.ebuild new file mode 100644 index 0000000000..63ebe50f3e --- /dev/null +++ b/dev-games/surgescript/surgescript-0.5.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +if [[ "${PV}" == "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/alemart/surgescript" +else + SRC_URI="https://github.com/alemart/surgescript/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="scripting language made for opensurge" +HOMEPAGE="https://alemart.github.io/surgescript" +LICENSE="Apache-2.0" +SLOT="0" +# TODO: build documentation, needs dev-python/mkdocs-material diff --git a/dev-games/surgescript/surgescript-9999.ebuild b/dev-games/surgescript/surgescript-9999.ebuild new file mode 100644 index 0000000000..63ebe50f3e --- /dev/null +++ b/dev-games/surgescript/surgescript-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +if [[ "${PV}" == "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/alemart/surgescript" +else + SRC_URI="https://github.com/alemart/surgescript/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="scripting language made for opensurge" +HOMEPAGE="https://alemart.github.io/surgescript" +LICENSE="Apache-2.0" +SLOT="0" +# TODO: build documentation, needs dev-python/mkdocs-material