mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/wofi: Initial commit
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
This commit is contained in:
2
gui-apps/wofi/Manifest
Normal file
2
gui-apps/wofi/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST wofi-1.1.1.tar.gz 64769 BLAKE2B 41734a348c11317a57604a67e92be1ee26df217587762e39856c15e99c2b65134546cf57f0dc1723fc1d59b23c8f272d4eb246c08891406ff4efd17a6613e93b SHA512 c6bb86b5ef217ff40132e47cd9b4d15e70c365fa8954be7aaeade6cb3326ca2e7276ca975a823c5ad7174c9d409489b47ffc329f4cdd4fb9f4e367bf029cc436
|
||||
DIST wofi-1.1.2.tar.gz 64808 BLAKE2B e884553c7c92c0810480d22c65cbc5ed654893e87d255fb51d004fc066540ecf6877f1d6c91e83120f37b0050ed188fb05c0bb5381b26f30a534120bdf266a8c SHA512 7422bdcdf7e31adc5c4e1121666aaee03541431d21d968d8648e9b503abd87082945fa9d10f4befdc796b093510cc8482da4fa22ab92e41a64442e3e0a6154be
|
||||
8
gui-apps/wofi/metadata.xml
Normal file
8
gui-apps/wofi/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Matthias Coppens</name>
|
||||
<email>coppens.matthias.abc@gmail.com</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
22
gui-apps/wofi/wofi-1.1.1.ebuild
Normal file
22
gui-apps/wofi/wofi-1.1.1.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit mercurial
|
||||
;;
|
||||
*)
|
||||
SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
esac
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
|
||||
HOMEPAGE="${EHG_REPO_URI}"
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
22
gui-apps/wofi/wofi-1.1.2.ebuild
Normal file
22
gui-apps/wofi/wofi-1.1.2.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit mercurial
|
||||
;;
|
||||
*)
|
||||
SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
esac
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
|
||||
HOMEPAGE="${EHG_REPO_URI}"
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
22
gui-apps/wofi/wofi-9999.ebuild
Normal file
22
gui-apps/wofi/wofi-9999.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit mercurial
|
||||
;;
|
||||
*)
|
||||
SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
esac
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
|
||||
HOMEPAGE="${EHG_REPO_URI}"
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
Reference in New Issue
Block a user