jobcomm/smartservogui/PKGBUILD

35 lines
1.2 KiB
Bash

#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcomm/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=smartservogui
pkgver=0.98
pkgrel=01
pkgdesc="SmartServoGui is a fully featured Qt GUI application that helps you discover devices on available serial links, get an overview of all of their registers, and easily tweak their settings!"
arch=(x86_64)
url="https://github.com/emericg/SmartServoFramework/tree/master/gui"
depends=("qt5-base" "qt5-svg")
makedepends=("qt5-tools")
source=("https://github.com/emericg/SmartServoFramework/archive/v${pkgver}.tar.gz")
build() {
mkdir -p "SmartServoFramework-${pkgver}"
cd "SmartServoFramework-${pkgver}/SmartServoGui/"
qmake -config release PREFIX=${pkgdir}/usr/
make
}
package() {
cd "SmartServoFramework-${pkgver}/SmartServoGui/"
make DESTDIR="${pkgdir}" install
}
#---- license gpg-key sha256sums ----
license=("GPL3")
sha256sums=(2e3dcc667e7decde7e4e7b0b45c660029930c5cc339d288b0b454838ea89e0fb) # v0.98.tar.gz