20 lines
479 B
Bash
20 lines
479 B
Bash
|
# 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
|
||
|
}
|