# Maintainer: Matthias Gabriel # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=satty-bin pkgver=0.3.1 pkgrel=1 pkgdesc="A screenshot annotation tool inspired by Swappy and Flameshot" url="https://github.com/gabm/satty" license=("MPL-2.0") arch=("x86_64") provides=("satty") conflicts=("satty") source=("https://github.com/gabm/satty/releases/download/v$pkgver/satty-$pkgver-x86_64.tar.gz") sha256sums=("c13d9ff46ba7d820ad1ec37b57b76ea4cf0efb864159f6af0d7056d87274e606") package() { depends=('pango' 'glib2' 'cairo' 'libadwaita' 'gtk4' 'gdk-pixbuf2') install -Dm755 satty -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }