From 4715663caefa19639a08a948e924771474115377 Mon Sep 17 00:00:00 2001 From: Alexander Miroshnichenko Date: Mon, 21 Feb 2022 14:19:55 +0300 Subject: [PATCH] add gui-apps/sway-services ebuild --- gui-apps/sway-services/Manifest | 1 + .../sway-services/sway-services-9999.ebuild | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 gui-apps/sway-services/Manifest create mode 100644 gui-apps/sway-services/sway-services-9999.ebuild diff --git a/gui-apps/sway-services/Manifest b/gui-apps/sway-services/Manifest new file mode 100644 index 0000000..fa6586e --- /dev/null +++ b/gui-apps/sway-services/Manifest @@ -0,0 +1 @@ +EBUILD sway-services-9999.ebuild 639 BLAKE2B aff44c4ac503dc073f5b3ebcf2196e16f15099f54e9e262e33c35dde22a7165328846129c7089e98f6f96d29cdeb1edff70f71c868638569dd343be4e473f2cc SHA512 08f1bb26d947985ac81c849eb37da5b780e44cdf8fbd514edd155f1b14b0dc08e08664328dd5147e12a6219db2f2929c3cc4c6be60bdeb6d7f290a820ee03ce2 diff --git a/gui-apps/sway-services/sway-services-9999.ebuild b/gui-apps/sway-services/sway-services-9999.ebuild new file mode 100644 index 0000000..b0b8330 --- /dev/null +++ b/gui-apps/sway-services/sway-services-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A collection of tools, utilities and mostly unit files to handle a systemd-user sway session" +HOMEPAGE="https://github.com/xdbob/sway-services" +if [[ "${PV}" == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/xdbob/sway-services.git" +else + SRC_URI="" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi +LICENSE="MIT" +SLOT="0" +IUSE="" + +inherit meson + +DEPEND="" +RDEPEND="${DEPEND} + gui-wm/sway + sys-apps/systemd" +BDEPEND=""