mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tdrop: update to 0.3.0.
This commit is contained in:
parent
3c8ad720a3
commit
1d907cd4ac
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'tdrop'
|
# Template file for 'tdrop'
|
||||||
pkgname=tdrop
|
pkgname=tdrop
|
||||||
version=0.2
|
version=0.3.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="bash xdotool xprop xwininfo"
|
depends="bash xdotool xprop xwininfo"
|
||||||
short_desc="Turn terminal emulator or any program into dropdown window"
|
short_desc="Turn terminal emulator or any program into dropdown window"
|
||||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/noctuid/tdrop"
|
homepage="https://github.com/noctuid/tdrop"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/noctuid/tdrop/archive/${version}.tar.gz"
|
||||||
checksum=56d6e75fb17046d04234740b71ea10b422207420c48c3ec2d6131d19fa2a8597
|
checksum=127467b5e5b8d0b973297fb2a84494e89c82f739dc2126867922635a8c0b7c9a
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin tdrop
|
vbin tdrop
|
||||||
|
|
Loading…
Add table
Reference in a new issue