RcloneBrowser: fix build

This commit is contained in:
Jürgen Buchmüller 2020-08-23 20:40:06 +02:00
parent 5546dc6ed6
commit 92145ef873

View file

@ -13,6 +13,11 @@ homepage="https://github.com/kapitainsky/RcloneBrowser"
distfiles="https://github.com/kapitainsky/RcloneBrowser/archive/${version}.tar.gz"
checksum=5f8242a011b85477749127b7e94e874035c431c2fa6df817e5603ed891604beb
pre_configure() {
# -Werror fails because of deprecated functions
vsed -i src/CMakeLists.txt -e 's;-Werror;-Wno-error;'
}
post_install() {
vlicense LICENSE
vdoc README.md