void-packages/srcpkgs/sharenix/template
2019-02-03 22:52:37 -02:00

20 lines
612 B
Bash

# Template file for 'sharenix'
pkgname=sharenix
version=0.10.3a
revision=1
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=cd344d0ac1cb956fbd8beedaaaa057bdc5c60c969c9dd92a08f575b7dc6db85b
post_install() {
vbin sharenix-section
vbin sharenix-window
vconf sharenix.json
}