New package: partfs-0.1.0
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
62fff4bb90
commit
7ed64abba1
1 changed files with 17 additions and 0 deletions
17
srcpkgs/partfs/template
Normal file
17
srcpkgs/partfs/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue