void-packages/srcpkgs/tdrop/template
2019-02-16 23:41:56 -02:00

18 lines
497 B
Bash

# Template file for 'tdrop'
pkgname=tdrop
version=0.2
revision=2
archs=noarch
depends="bash xdotool xprop xwininfo"
short_desc="Turn terminal emulator or any program into dropdown window"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/noctuid/tdrop"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=56d6e75fb17046d04234740b71ea10b422207420c48c3ec2d6131d19fa2a8597
do_install() {
vbin tdrop
vlicense LICENSE
vman tdrop.1
}