mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: tdrop-0.2
Closes #27. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
b3358ad01a
commit
feef618854
1 changed files with 18 additions and 0 deletions
18
srcpkgs/tdrop/template
Normal file
18
srcpkgs/tdrop/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'tdrop'
|
||||||
|
pkgname=tdrop
|
||||||
|
version=0.2
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue