mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-21 15:51:34 +01:00
26 lines
737 B
Plaintext
26 lines
737 B
Plaintext
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname="tdrop"
|
|
pkgver=0.5.0
|
|
pkgrel=0
|
|
pkgdesc="A Glorified WM-Independent Dropdown Creator"
|
|
url="https://github.com/noctuid/tdrop"
|
|
arch="noarch"
|
|
options="!check" #no test
|
|
depends="xprop bash coreutils xwininfo xdotool grep gawk"
|
|
license="BSD-2-Clause"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/noctuid/tdrop/archive/$pkgver.tar.gz"
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
make PREFIX="/usr" DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
cfccbdb73b00ea8c1376f34debe2b7f550343100fd47e7f45a859ad692f42abbf58e26316a95813691f4bda05cce657490bfcc7b3765585d9afb396580aefce5 tdrop-0.5.0.tar.gz
|
|
"
|