# Contributor: Marty Sluijtman # Maintainer: Marty Sluijtman pkgname=maim-utils pkgver=1.0 pkgrel=3 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=" f99ec8cea8f71d9096fa7654211dab38a2ee5abc9e7c879052c948f8aa0bf14ed6906ba4860432a68a0e2ef968572c324bebd28ac2a4120a96440aebae246410 maim-utils-1.0.tar.gz "