2023-01-19 14:52:54 +01:00
|
|
|
# Contributor: Marty Sluijtman <marty.wanderer@disroot.org>
|
|
|
|
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
|
|
|
|
pkgname=maim-utils
|
|
|
|
pkgver=1.0
|
2023-01-19 17:33:24 +01:00
|
|
|
pkgrel=3
|
2023-01-19 14:52:54 +01:00
|
|
|
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="
|
2023-01-19 17:33:24 +01:00
|
|
|
f99ec8cea8f71d9096fa7654211dab38a2ee5abc9e7c879052c948f8aa0bf14ed6906ba4860432a68a0e2ef968572c324bebd28ac2a4120a96440aebae246410 maim-utils-1.0.tar.gz
|
2023-01-19 14:52:54 +01:00
|
|
|
"
|