4a23ca45f5
resolves void-linux/void-packages#683
17 lines
515 B
Bash
17 lines
515 B
Bash
# Template file for 'cloudfuse'
|
|
pkgname=cloudfuse
|
|
version=1.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libxml2-devel libcurl-devel fuse-devel"
|
|
short_desc="FUSE for Mosso's Cloud Files"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://redbo.github.io/cloudfuse"
|
|
distfiles="https://github.com/redbo/cloudfuse/archive/${version}.tar.gz"
|
|
checksum=4684fcc7c596c3fd696e9b4f436fb5da4883ddbd4b36ce6dee4ef1b8f965a4a9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|