mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: RcloneBrowser-1.7.0
This commit is contained in:
parent
4868089aed
commit
0a2e26aa1a
1 changed files with 19 additions and 0 deletions
19
srcpkgs/RcloneBrowser/template
Normal file
19
srcpkgs/RcloneBrowser/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'RcloneBrowser'
|
||||||
|
pkgname=RcloneBrowser
|
||||||
|
version=1.7.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="qt5-devel"
|
||||||
|
makedepends="qt5-devel"
|
||||||
|
depends="rclone"
|
||||||
|
short_desc="Simple, cross-platform GUI for rclone"
|
||||||
|
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/kapitainsky/RcloneBrowser"
|
||||||
|
distfiles="https://github.com/kapitainsky/RcloneBrowser/archive/${version}.tar.gz"
|
||||||
|
checksum=add7eb35fa521e87eddf9cfb36ddd11983f6fc78f520c3a887d353b574e3f083
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue