diff --git a/srcpkgs/sharenix/INSTALL.msg b/srcpkgs/sharenix/INSTALL.msg new file mode 100644 index 00000000000..bf99c45e343 --- /dev/null +++ b/srcpkgs/sharenix/INSTALL.msg @@ -0,0 +1,4 @@ +To use sharenix-window or sharenix-section you can install any of: +- gnome-screenshot +- scrot +- xfce4-screenshooter diff --git a/srcpkgs/sharenix/template b/srcpkgs/sharenix/template new file mode 100644 index 00000000000..b0634a4b0c9 --- /dev/null +++ b/srcpkgs/sharenix/template @@ -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 " +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 +}