void-packages/srcpkgs/fuse-zip/template
Érico Rolim c9f3bfc141 fuse-zip: remove CXXFLAGS workaround.
No longer necessary.

Also fix distfile location, for some reason the 0.7.1 tarball had been
removed from downloads.
2021-01-27 15:58:10 -03:00

20 lines
596 B
Bash

# Template file for 'fuse-zip'
pkgname=fuse-zip
version=0.7.1
revision=1
wrksrc=agalanin-fuse-zip-0865d60054d9
build_style=gnu-makefile
make_build_args="all doc"
make_install_args="prefix=/usr"
hostmakedepends="pkg-config"
makedepends="fuse-devel libzip-devel"
short_desc="FUSE file system for ZIP archives"
maintainer="Matthias von Faber <mvf@gmx.eu>"
license="GPL-3.0-or-later"
homepage="https://bitbucket.org/agalanin/fuse-zip"
distfiles="${homepage}/get/${version}.tar.gz"
checksum=771302586ca734bf845effcea999c38f4c2e984e29605912eb3470fbeea0b195
do_check() {
: requires some tcl modules
}