diff --git a/srcpkgs/partfs/template b/srcpkgs/partfs/template new file mode 100644 index 00000000000..86c240ba149 --- /dev/null +++ b/srcpkgs/partfs/template @@ -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 " +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 +}