From 95cb6696cf78d0fcc72d4679b73d1f4f4a6a3ff4 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Tue, 3 Nov 2020 22:43:06 +0300 Subject: x11-misc/xob: Add package Package-Manager: Portage-3.0.8, Repoman-3.0.2 --- x11-misc/xob/Manifest | 1 + x11-misc/xob/metadata.xml | 11 +++++++++++ x11-misc/xob/xob-0.2.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++ x11-misc/xob/xob-9999.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 x11-misc/xob/Manifest create mode 100644 x11-misc/xob/metadata.xml create mode 100644 x11-misc/xob/xob-0.2.ebuild create mode 100644 x11-misc/xob/xob-9999.ebuild (limited to 'x11-misc/xob') 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 @@ + + + + + casey@theavilas.org + casey + + + florentc/xob + + 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 +} -- cgit 1.4.1