diff options
author | Julien Roy <julien@jroy.ca> | 2022-12-06 22:12:28 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-12-06 22:12:28 -0500 |
commit | fabe7acf162126f08b783863640c3ae838c52227 (patch) | |
tree | e4e0257ea4760888916a99675e47e7d42fc1fdf7 /gui-apps/grimblast/grimblast-2022.10.13.ebuild | |
parent | 539eab1689164d5cb3aaf576fe3ff3409029f8b8 (diff) | |
download | MrRoy-Overlay-fabe7acf162126f08b783863640c3ae838c52227.tar.gz MrRoy-Overlay-fabe7acf162126f08b783863640c3ae838c52227.tar.bz2 MrRoy-Overlay-fabe7acf162126f08b783863640c3ae838c52227.zip |
Moved grimblast to wayland-desktop
Diffstat (limited to 'gui-apps/grimblast/grimblast-2022.10.13.ebuild')
-rw-r--r-- | gui-apps/grimblast/grimblast-2022.10.13.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gui-apps/grimblast/grimblast-2022.10.13.ebuild b/gui-apps/grimblast/grimblast-2022.10.13.ebuild deleted file mode 100644 index 960394c..0000000 --- a/gui-apps/grimblast/grimblast-2022.10.13.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT="dafb86d6d3adb421e788f0eaeecdf09c497a14e8" -DESCRIPTION="A helper for screenshots within hyprland" -HOMEPAGE="https://github.com/hyprwm/contrib/" - -if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="https://github.com/hyprwm/contrib.git/" - inherit git-r3 - S="${WORKDIR}/grimblast-9999/${PN}" -else - SRC_URI="https://github.com/hyprwm/contrib/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/contrib-${COMMIT}/${PN}" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - app-misc/jq - gui-apps/grim - gui-apps/slurp - gui-apps/wl-clipboard - gui-wm/hyprland - x11-libs/libnotify -" - -DEPEND="${RDEPEND}" - -BDEPEND="" - -src_install() { - dodoc grimblast.1 - dobin grimblast -} |