aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Gasparotto <gasmat04@gmail.com>2021-11-07 10:15:36 +0100
committerMattia Gasparotto <gasmat04@gmail.com>2021-11-07 10:15:36 +0100
commit513a3ab357315a78c748aa7ad45649ddfde93caa (patch)
treefa0778aa89a33e00ba2c892c5145b8abe16e19ff
parentmedia-video/uxplay: version bump to 1.39, drop old (diff)
downloadguru-513a3ab3.tar.gz
guru-513a3ab3.tar.bz2
guru-513a3ab3.zip
gui-apps/sway-launcher-desktop: new package
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Mattia Gasparotto <gasmat04@gmail.com>
-rw-r--r--gui-apps/sway-launcher-desktop/Manifest1
-rw-r--r--gui-apps/sway-launcher-desktop/metadata.xml11
-rw-r--r--gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild25
3 files changed, 37 insertions, 0 deletions
diff --git a/gui-apps/sway-launcher-desktop/Manifest b/gui-apps/sway-launcher-desktop/Manifest
new file mode 100644
index 0000000000..f3c9d73ca0
--- /dev/null
+++ b/gui-apps/sway-launcher-desktop/Manifest
@@ -0,0 +1 @@
+DIST v1.5.4.tar.gz 38905 BLAKE2B 3bcc1902f5cbc36a8fcdef290fd498046d4e74683aea1d2ee2a5e93470e0e0da7ce52c2aca8d417e067affba70a03183c4cb3b2d54a09be666b4ba1c722fa81b SHA512 8ff9b7b3bfe84d8b5d3ba0f27bf5a24159329fd4e0f9bb18de070b66e9339ac999afb4651cae3900f60e486e34a9dbac70081b93d46176133aa503d05f4efd9e
diff --git a/gui-apps/sway-launcher-desktop/metadata.xml b/gui-apps/sway-launcher-desktop/metadata.xml
new file mode 100644
index 0000000000..b4e02597aa
--- /dev/null
+++ b/gui-apps/sway-launcher-desktop/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Mattia Gasparotto</name>
+ <email>gasmat04@gmail.com</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Biont/sway-launcher-desktop</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild
new file mode 100644
index 0000000000..9c68ae6a1e
--- /dev/null
+++ b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="TUI Application launcher with Desktop Entry support"
+HOMEPAGE="https://github.com/Biont/sway-launcher-desktop"
+SRC_URI="https://github.com/Biont/${PN}/archive/refs/tags/v${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-shells/fzf"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ mv "${PN}.sh" "${PN}"
+}
+
+src_install() {
+ exeinto "/usr/bin"
+ doexe "${PN}"
+}