commit: cc390fa73f58709d3255c85b94adcacb70847982 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Thu Apr 20 17:48:42 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Apr 20 17:48:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc390fa7
gui-apps/hyprpicker: drop 0.1.0 Signed-off-by: Julien Roy <julien <AT> jroy.ca> gui-apps/hyprpicker/hyprpicker-0.1.0.ebuild | 31 ----------------------------- 1 file changed, 31 deletions(-) diff --git a/gui-apps/hyprpicker/hyprpicker-0.1.0.ebuild b/gui-apps/hyprpicker/hyprpicker-0.1.0.ebuild deleted file mode 100644 index f319fabff..000000000 --- a/gui-apps/hyprpicker/hyprpicker-0.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A wlroots-compatible Wayland color picker that does not suck" -HOMEPAGE="https://github.com/hyprwm/hyprpicker" -SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-libs/wayland-protocols - dev-util/cmake - dev-util/wayland-scanner -" - -src_compile() { - emake protocols - cmake_src_compile -} - -src_install() { - dobin "${BUILD_DIR}/${PN}" -}
