New package: pd-mapper-1.0

This commit is contained in:
Jami Kettunen 2022-12-29 15:44:49 +02:00 committed by Piraty
parent 61e227b4d0
commit d0e98eeba2
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec pd-mapper $OPTS

View file

@ -0,0 +1,19 @@
# Template file for 'pd-mapper'
pkgname=pd-mapper
version=1.0
revision=1
build_style=gnu-makefile
makedepends="qrtr-ns-devel"
short_desc="Qualcomm Protection Domain mapper"
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/andersson/pd-mapper"
distfiles="https://github.com/andersson/pd-mapper/archive/v${version}.tar.gz"
checksum=1788da29a9eb257a14249fff86c1ae6a0507116480608bffa38967d1bda77650
# FIXME: make_use_env=1 instead in next release
LDFLAGS+=" -lqrtr"
post_install() {
vlicense LICENSE
vsv pd-mapper
}