summaryrefslogtreecommitdiff
path: root/dev-util/obs-service-github_tarballs/obs-service-github_tarballs-0.2.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-util/obs-service-github_tarballs/obs-service-github_tarballs-0.2.1.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-util/obs-service-github_tarballs/obs-service-github_tarballs-0.2.1.ebuild')
-rw-r--r--dev-util/obs-service-github_tarballs/obs-service-github_tarballs-0.2.1.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-util/obs-service-github_tarballs/obs-service-github_tarballs-0.2.1.ebuild b/dev-util/obs-service-github_tarballs/obs-service-github_tarballs-0.2.1.ebuild
new file mode 100644
index 000000000000..a2acafce99b0
--- /dev/null
+++ b/dev-util/obs-service-github_tarballs/obs-service-github_tarballs-0.2.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+[[ -n ${OBS_SERVICE_NAME} ]] || OBS_SERVICE_NAME=${PN/obs-service-/}
+OBS_PROJECT="openSUSE:Tools"
+
+inherit obs-download
+
+DESCRIPTION="Open Build Service client module - ${OBS_SERVICE_NAME} service"
+HOMEPAGE="http://en.opensuse.org/openSUSE:OSC"
+LICENSE="GPL-2"
+SLOT="0"
+
+SRC_URI="${OBS_URI}/${P}.tar.gz"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ dev-util/osc
+ dev-util/suse-build
+ dev-vcs/git
+"
+
+src_install() {
+ exeinto /usr/libexec/obs/service
+ doexe ${OBS_SERVICE_NAME}
+ insinto /usr/libexec/obs/service
+ doins *.service
+}