gui-apps/hyprpicker: new package, add 0.1.0

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-04-15 23:28:59 -04:00
parent 7a275c9a69
commit 5fb1c2b222
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST hyprpicker-0.1.0.gh.tar.gz 22937 BLAKE2B 26459fb1dec8f3a14dd8bde110108e16d286ff8128fe7552f6fa5e1ebfb122bfd892d31270747a07f5f3c7885577f348e7dea94a0faf9f66b77969134cdfeb2d SHA512 2af51a52e762dbc86938a10b7f407b4424cb3f3d29cb4584dfe01ebf61964bd26fdc60dfd94596e96f68974d011923c1da3fb4fcca361a8cc7c5ad9e4b8049fc

View File

@@ -0,0 +1,31 @@
# 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}"
}

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Julien Roy</name>
<email>julien@jroy.ca</email>
</maintainer>
<upstream>
<bugs-to>https://github.com/hyprwm/hyprpicker/issues</bugs-to>
<changelog>https://github.com/hyprwm/hyprpicker/releases</changelog>
<remote-id type="github">hypr/hyprpicker</remote-id>
</upstream>
</pkgmetadata>