add gui-apps/clipse

This commit is contained in:
Martin Sekera 2025-01-19 01:14:45 +01:00
parent 503fc20c80
commit 9bcbc4d126

View file

@ -0,0 +1,25 @@
# Copyright 2022-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Configurable TUI clipboard manager for Unix"
HOMEPAGE="https://github.com/savedra1/clipse"
SRC_URI="
https://github.com/savedra1/clipse/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://iine.decade.cz/distfiles/clipse-${PV}-vendor.tar.gz
"
LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
src_compile() {
emake build
}
src_install() {
dobin clipse
}