add gui-apps/clipse
This commit is contained in:
parent
503fc20c80
commit
9bcbc4d126
1 changed files with 25 additions and 0 deletions
25
gui-apps/clipse/clipse-1.1.0.ebuild
Normal file
25
gui-apps/clipse/clipse-1.1.0.ebuild
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue