void-packages/srcpkgs/tdrop/template
Đoàn Trần Công Danh 5607166fad tdrop: remove noarch
2020-11-28 10:21:18 +07:00

18 lines
506 B
Bash

# Template file for 'tdrop'
pkgname=tdrop
version=0.3.0
revision=2
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=127467b5e5b8d0b973297fb2a84494e89c82f739dc2126867922635a8c0b7c9a
do_install() {
vbin tdrop
vlicense LICENSE
vman tdrop.1
}