New package: sharenix-0.10.0a
This commit is contained in:
parent
f82ca63a0c
commit
d3a5b4be31
|
@ -0,0 +1,4 @@
|
|||
To use sharenix-window or sharenix-section you can install any of:
|
||||
- gnome-screenshot
|
||||
- scrot
|
||||
- xfce4-screenshooter
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue