New package: sharenix-0.10.0a

This commit is contained in:
Franc[e]sco 2018-12-09 19:25:00 +01:00 committed by maxice8
parent f82ca63a0c
commit d3a5b4be31
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,4 @@
To use sharenix-window or sharenix-section you can install any of:
- gnome-screenshot
- scrot
- xfce4-screenshooter

20
srcpkgs/sharenix/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'sharenix'
pkgname=sharenix
version=0.10.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=45f00008b3e717d8d11ffd97d91811539e335f618f878c65bc8e2c9080618178
post_install() {
vbin sharenix-section
vbin sharenix-window
vconf sharenix.json
}