Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/tdrop/template
Original file line number Diff line number Diff line change
@@ -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
}