forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
24 lines (21 loc) · 796 Bytes
/
template
File metadata and controls
24 lines (21 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Template file for 'satty'
pkgname=satty
version=0.20.1
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="fontconfig-devel libepoxy-devel libglib-devel gtk4-devel libadwaita-devel"
short_desc="Modern Screenshot Annotation"
maintainer="Fabien JUIF <fabien.juif@gmail.com>"
license="MPL-2.0"
homepage="https://github.com/Satty-org/Satty"
distfiles="https://github.com/Satty-org/Satty/archive/refs/tags/v${version}.tar.gz"
checksum=86e85e8abdcfee925f0b95d424bd9eed9ad78aeb537707132e77ccb63133ac97
post_install() {
vlicense LICENSE
vcompletion completions/_satty zsh
vcompletion completions/satty.bash bash
vcompletion completions/satty.fish fish
vinstall satty.desktop 644 /usr/share/applications
vinstall assets/satty.svg 644 /usr/share/icons/hicolor/scalable/apps
}