mirror of
https://gitlab.com/EternalWanderer/maim-utils
synced 2024-11-29 04:33:50 +01:00
29 lines
810 B
Plaintext
29 lines
810 B
Plaintext
# Contributor: Marty Sluijtman <marty.wanderer@disroot.org>
|
|
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
|
|
pkgname=maim-utils
|
|
pkgver=1.0
|
|
pkgrel=1
|
|
pkgdesc="A few common screenshot options rolled into one script based on maim"
|
|
url="https://alpine.voidcruiser.nl"
|
|
arch="noarch"
|
|
license="GPL-3.0"
|
|
depends="libnotify maim xdotool"
|
|
makedepends="scdoc"
|
|
subpackages="$pkgname-doc
|
|
$pkgname-zsh-completion
|
|
"
|
|
source="https://alpine.voidcruiser.nl/src/$pkgname-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
make install PREFIX=/usr DESTDIR="$pkgdir"
|
|
install -Dm 644 zsh.completion "$pkgdir"/usr/share/zsh/site-functions/_$pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
e73d7e82ea183521862e3e6e1d8967aa832290d16407edbf574474077e317ab8013c4f0fc792de09479f040e880e12a6cfecc5aa391bdaff7dabac43fd4b870f maim-utils-1.0.tar.gz
|
|
"
|