# Maintainer: Matthias Gabriel # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=satty-bin pkgver=0.4.0 pkgrel=2 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-v$pkgver-x86_64.tar.gz") sha256sums=("5e4b959978c314d2f2adc74aee61bb1254091f9b139d7879adc8318b1c820ea3") package() { depends=('pango' 'glib2' 'cairo' 'libadwaita' 'gtk4' 'gdk-pixbuf2') mkdir -p "$pkgdir/usr/" cp -r . "$pkgdir/usr/" }