summary refs log tree commit diff
path: root/x11-misc
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2020-11-03 22:43:06 +0300
committerAzat Bahawi <azahi@teknik.io>2020-11-03 22:43:06 +0300
commit95cb6696cf78d0fcc72d4679b73d1f4f4a6a3ff4 (patch)
tree67c723f2665d57e46032bb78b551af1614c00eb1 /x11-misc
parentx11-misc/bgs: Update building, manifest (diff)
x11-misc/xob: Add package
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xob/Manifest1
-rw-r--r--x11-misc/xob/metadata.xml11
-rw-r--r--x11-misc/xob/xob-0.2.ebuild42
-rw-r--r--x11-misc/xob/xob-9999.ebuild42
4 files changed, 96 insertions, 0 deletions
diff --git a/x11-misc/xob/Manifest b/x11-misc/xob/Manifest
new file mode 100644
index 0000000..af59ad6
--- /dev/null
+++ b/x11-misc/xob/Manifest
@@ -0,0 +1 @@
+DIST xob-0.2.tar.gz 510814 BLAKE2B fa2590511a8cb48d009a8e07d5d8a57aebb09a70caa80e648304a1af6ea48378db062151cacfd87efa589486c2699985c3904718bb75055968c17c57009fca8e SHA512 f1981bb04172c5453428ecbdab33cc22453d1336aaac54ff613b29924179533c040cc82e640f12f3c5d1753c227af010aee3ac725ff4fb22d64ba1b07692a97e
diff --git a/x11-misc/xob/metadata.xml b/x11-misc/xob/metadata.xml
new file mode 100644
index 0000000..59a4efb
--- /dev/null
+++ b/x11-misc/xob/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>casey@theavilas.org</email>
+		<name>casey</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">florentc/xob</remote-id>
+	</upstream>
+</pkgmetadata>
diff --git a/x11-misc/xob/xob-0.2.ebuild b/x11-misc/xob/xob-0.2.ebuild
new file mode 100644
index 0000000..a4d2502
--- /dev/null
+++ b/x11-misc/xob/xob-0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/florentc/xob.git"
+fi
+
+DESCRIPTION="A lightweight overlay volume (or anything) bar"
+HOMEPAGE="https://github.com/florentc/xob"
+
+if [[ ${PV} == *9999 ]]; then
+	SRC_URI=""
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/florentc/xob/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	dev-libs/libconfig
+	x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( README.md )
+
+src_install()
+{
+	emake install \
+		DESTDIR="${D}" \
+		prefix="${EPREFIX}/usr" \
+		sysconfdir="${EPREFIX}/etc"
+	einstalldocs
+}
diff --git a/x11-misc/xob/xob-9999.ebuild b/x11-misc/xob/xob-9999.ebuild
new file mode 100644
index 0000000..a4d2502
--- /dev/null
+++ b/x11-misc/xob/xob-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/florentc/xob.git"
+fi
+
+DESCRIPTION="A lightweight overlay volume (or anything) bar"
+HOMEPAGE="https://github.com/florentc/xob"
+
+if [[ ${PV} == *9999 ]]; then
+	SRC_URI=""
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/florentc/xob/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	dev-libs/libconfig
+	x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( README.md )
+
+src_install()
+{
+	emake install \
+		DESTDIR="${D}" \
+		prefix="${EPREFIX}/usr" \
+		sysconfdir="${EPREFIX}/etc"
+	einstalldocs
+}

Consider giving Nix/NixOS a try! <3