# Maintainer: Matthias Gabriel # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=satty-bin pkgver=0.2.0 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=("5747fa3bd737b77a065417ccf86f3ad356cd7144267d6f5073ecf0dd0b444625") 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" }