New package: rmtfs-1.0

This commit is contained in:
Jami Kettunen 2022-12-29 05:24:31 +02:00 committed by Piraty
parent fa0eae5e7d
commit 61e227b4d0
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
: ${OPTS:=-r -P -s}
exec rmtfs $OPTS

18
srcpkgs/rmtfs/template Normal file
View File

@ -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
}