mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 11:10:31 +02:00
New package: clipmenu-5.6.0
This commit is contained in:
parent
4283c5b626
commit
c1f78ffb35
1 changed files with 19 additions and 0 deletions
19
srcpkgs/clipmenu/template
Normal file
19
srcpkgs/clipmenu/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'clipmenu'
|
||||
pkgname=clipmenu
|
||||
version=5.6.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="bash"
|
||||
short_desc="Clipboard management using dmenu"
|
||||
maintainer="Hristos N. Triantafillou <voidpkg@hristos.lol>"
|
||||
license="Public Domain"
|
||||
homepage="https://github.com/cdown/clipmenu"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=d7a8d536e99e9cb802c6cc2117ee554fad3a506371dce215c75b1d6a49391f7e
|
||||
|
||||
do_install() {
|
||||
vbin clipdel
|
||||
vbin clipmenu
|
||||
vbin clipmenud
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue