New package: rmtfs-1.0
This commit is contained in:
parent
fa0eae5e7d
commit
61e227b4d0
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
: ${OPTS:=-r -P -s}
|
||||
exec rmtfs $OPTS
|
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'rmtfs'
|
||||
pkgname=rmtfs
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=1
|
||||
makedepends="qrtr-ns-devel eudev-libudev-devel"
|
||||
short_desc="Qualcomm Remote Filesystem Service Implementation"
|
||||
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/andersson/rmtfs"
|
||||
distfiles="https://github.com/andersson/rmtfs/archive/v${version}.tar.gz"
|
||||
checksum=45e53d4e3d92717bed3b896c871429abe6cfb55230b39b4228323537167834e7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vsv rmtfs
|
||||
}
|
Loading…
Reference in New Issue