void-packages/srcpkgs/sharenix/template

22 lines
649 B
Bash

# Template file for 'sharenix'
pkgname=sharenix
version=0.12.0a
revision=3
build_style=go
go_import_path="github.com/Francesco149/sharenix"
hostmakedepends="pkg-config git"
makedepends="gtk+-devel"
short_desc="ShareX clone for linux and FreeBSD"
maintainer="Franc[e]sco <lolisamurai@tfwno.gf>"
license="GPL-3.0-or-later"
homepage="https://github.com/Francesco149/sharenix"
distfiles="https://github.com/Francesco149/sharenix/archive/${version}.tar.gz"
checksum=c3fa847766d8914e858991ee82e8872d34ca13bc0c6557598205295b92c64998
post_install() {
vbin sharenix-section
vbin sharenix-window
vconf sharenix.json
vdoc "${FILESDIR}/README.voidlinux"
}