vp-build/srcpkgs/tdrop/template

18 lines
506 B
Bash

# Template file for 'tdrop'
pkgname=tdrop
version=0.5.0
revision=1
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="https://github.com/noctuid/tdrop/archive/${version}.tar.gz"
checksum=ac37c76cb936d8e4c1c0aba5874999e09b8acbe07a2e23e8181114bd4a2a0a5d
do_install() {
vbin tdrop
vlicense LICENSE
vman tdrop.1
}