void-packages/srcpkgs/posixovl/template
2018-11-26 10:17:35 -02:00

17 lines
621 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Template file for 'posixovl'
pkgname=posixovl
version=1.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="fuse-devel"
short_desc="FUSE filesystem to emulate POSIX features on non-POSIX filesystems"
maintainer="B. Wilson <x@wilsonb.com>"
license="GPL-2.0-or-later"
homepage="https://sourceforge.net/projects/posixovl/"
distfiles="${SOURCEFORGE_SITE}/posixovl/files/${pkgname}-${version}.tar.xz"
checksum=a827798b02c0f27b37d8a10502e76c21adac43b887a49e7234e8d27668f62e72
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="posixovl.c:196:14: error: conflicting types for strlcpy" ;;
esac