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