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