mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: satty
This commit is contained in:
parent
86374b0ae3
commit
70424fce1f
1 changed files with 24 additions and 0 deletions
24
srcpkgs/satty/template
Normal file
24
srcpkgs/satty/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'satty'
|
||||
pkgname=satty
|
||||
version=0.19.0
|
||||
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/gabm/Satty"
|
||||
distfiles="https://github.com/gabm/Satty/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=03244dd0d181dfccb6b88c199ae1eef9f1197af5cc421c4ead955f80493c4491
|
||||
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue