mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mergerfs: orphan package.
Abandoning the package since there's no sign that they'll stop using a modified, internal fork of libfuse, and I don't intend to maintain patches against something like that.
This commit is contained in:
parent
fc351723ee
commit
78b0041c78
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'mergerfs'
|
# Template file for 'mergerfs'
|
||||||
pkgname=mergerfs
|
pkgname=mergerfs
|
||||||
version=2.25.1
|
version=2.25.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="INTERNAL_FUSE=0"
|
make_build_args="INTERNAL_FUSE=0"
|
||||||
make_install_args="${make_build_args}"
|
make_install_args="${make_build_args}"
|
||||||
hostmakedepends="automake libtool pandoc pkg-config"
|
hostmakedepends="automake libtool pandoc pkg-config which"
|
||||||
makedepends="fuse-devel"
|
makedepends="fuse-devel"
|
||||||
short_desc="FUSE union filesystem"
|
short_desc="FUSE union filesystem"
|
||||||
maintainer="Noel Cower <ncower@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/trapexit/mergerfs"
|
homepage="https://github.com/trapexit/mergerfs"
|
||||||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue