[arch-commits] Commit in sigdigger/repos (community-x86_64 community-x86_64/PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Apr 12 20:36:16 UTC 2020


    Date: Sunday, April 12, 2020 @ 20:36:15
  Author: ffy00
Revision: 613477

archrelease: copy trunk to community-x86_64

Added:
  sigdigger/repos/community-x86_64/
  sigdigger/repos/community-x86_64/PKGBUILD
    (from rev 613476, sigdigger/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: sigdigger/repos/community-x86_64/PKGBUILD (from rev 613476, sigdigger/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-04-12 20:36:15 UTC (rev 613477)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=sigdigger
+_pkgname=SigDigger
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Qt-based digital signal analyzer, using Suscan core and Sigutils DSP library'
+arch=('x86_64')
+url='https://github.com/BatchDrake/SigDigger'
+license=('GPL3')
+depends=('qt5-base' 'sigutils' 'suscan' 'suwidgets' 'alsa-lib')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('2bd84ae0aca4f89f19a756e8cb5cae34e0f91cfb0df94bef58079edbebc1133ec5e9c620c8bd394e757237c30a72a67c691991c48317cd952dc17df95f141dd8')
+
+build() {
+  mkdir $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  qmake SIGDIGGER_PREFIX=/usr ../SigDigger.pro
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  make INSTALL_ROOT="$pkgdir" install
+}
+



More information about the arch-commits mailing list