void-packages/srcpkgs/sharenix/template
2019-06-07 15:11:42 +00:00

20 lines
612 B
Bash

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