Skip to content

Commit

Permalink
add qt-mobility-haptics-ffmemless-git
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Aug 27, 2021
1 parent d06e248 commit 79e46bd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Expand Up @@ -133,6 +133,7 @@ eval "$BUILD fingerterm-git"

eval "$BUILD glacier-testtool-git"
eval "$BUILD ngfd-git"
eval "$BUILD qt-mobility-haptics-ffmemless-git"

# arm specific packages
if [ "$BUILDARCH" == "aarch64" ]; then
Expand Down
35 changes: 35 additions & 0 deletions qt-mobility-haptics-ffmemless-git/PKGBUILD
@@ -0,0 +1,35 @@
# $Id$
# Contributor: Donald Carr<sirspudd@gmail.com>
# Contributor: Alexey Andreyev <aa13q@ya.ru>
# Maintainer: James Kittsmiller (AJSlye) <james@nulogicsystems.com>

#set -o errexit
#set -o xtrace

pkgname=qt-mobility-haptics-ffmemless-git
pkgver=20201214.f4adde5
pkgrel=1
pkgdesc='qt-mobility-haptics-ffmemless'
arch=('x86_64' 'aarch64')
url="https://github.com/sailfishos/qt-mobility-haptics-ffmemless"
license=('GPL')
depends=('qt5-base' 'qt5-feedback' 'qt5-profile-git')
makedepends=('git')
source=("${pkgname}::git+${url}")
sha256sums=('SKIP')

pkgver () {
cd ${srcdir}/${pkgname}
echo "$(git log -1 --format="%cd" --date=short | tr -d '-').$(git log -1 --format="%h")"
}

build() {
cd ${srcdir}/${pkgname}
qmake
make
}

package() {
cd ${srcdir}/${pkgname}
make -j 1 INSTALL_ROOT="$pkgdir" install
}

0 comments on commit 79e46bd

Please sign in to comment.