mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: cloudfuse-1.0 (#686)
resolves void-linux/void-packages#683
This commit is contained in:
parent
fed07449fb
commit
4a23ca45f5
1 changed files with 17 additions and 0 deletions
17
srcpkgs/cloudfuse/template
Normal file
17
srcpkgs/cloudfuse/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Reference in a new issue