New package: partfs-0.1.0

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
Piraty 2019-03-01 18:16:12 +01:00 committed by maxice8
parent 62fff4bb90
commit 7ed64abba1
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

17
srcpkgs/partfs/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'partfs'
pkgname=partfs
version=0.1.0
revision=1
build_style=cmake
makedepends="fuse-devel libfdisk-devel"
short_desc="FUSE-based file system for accessing partitions on a disk"
maintainer="Piraty <piraty1@inbox.ru>"
license="BSD-3-Clause"
homepage="https://github.com/braincorp/partfs"
distfiles="https://github.com/braincorp/partfs/archive/v${version}.tar.gz"
checksum=1d43aeb30ae552b3b6f88654a511b5e08214080f8d0360dea135b21f3e92700d
do_install() {
vbin build/bin/partfs
vlicense LICENSE
}