void-packages/srcpkgs/cloudfuse/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

18 lines
512 B
Bash

# Template file for 'cloudfuse'
pkgname=cloudfuse
version=1.0
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libxml2-devel libcurl-devel fuse-devel"
short_desc="FUSE for Mosso's Cloud Files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://redbo.github.io/cloudfuse"
distfiles="https://github.com/redbo/cloudfuse/archive/${version}.tar.gz"
checksum=4684fcc7c596c3fd696e9b4f436fb5da4883ddbd4b36ce6dee4ef1b8f965a4a9
post_install() {
vlicense LICENSE
}