[arch-commits] Commit in soapyhackrf/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Apr 5 19:47:31 UTC 2020
Date: Sunday, April 5, 2020 @ 19:47:31
Author: ffy00
Revision: 611944
archrelease: copy trunk to community-x86_64
Added:
soapyhackrf/repos/community-x86_64/PKGBUILD
(from rev 611942, soapyhackrf/trunk/PKGBUILD)
Deleted:
soapyhackrf/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-05 19:47:29 UTC (rev 611943)
+++ PKGBUILD 2020-04-05 19:47:31 UTC (rev 611944)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=soapyhackrf
-pkgver=0.3.3
-_pkgname=SoapyHackRF
-_gitver=soapy-hackrf-$pkgver
-pkgrel=1
-pkgdesc='Soapy SDR plugin the HackRF'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyHackRF'
-license=('GPL3')
-depends=('soapysdr' 'hackrf')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('d0e6ddbb8054b11bfb121a18e435c0f0c23290e5e29e89af83f660865e1c8adf4ed38082c96ab6a3cb68a50b7379f3fe5ef171616eccabe3f67d65b71d08dba9')
-
-build() {
- mkdir -p $_pkgname-$_gitver/build
- cd $_pkgname-$_gitver/build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
-
- make
-}
-
-package() {
- cd $_pkgname-$_gitver/build
-
- make DESTDIR="$pkgdir" install
-}
-
Copied: soapyhackrf/repos/community-x86_64/PKGBUILD (from rev 611942, soapyhackrf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-05 19:47:31 UTC (rev 611944)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=soapyhackrf
+pkgver=0.3.3
+_pkgname=SoapyHackRF
+_gitver=soapy-hackrf-$pkgver
+pkgrel=2
+pkgdesc='Soapy SDR plugin for the HackRF'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyHackRF'
+license=('GPL3')
+depends=('soapysdr' 'hackrf')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('d0e6ddbb8054b11bfb121a18e435c0f0c23290e5e29e89af83f660865e1c8adf4ed38082c96ab6a3cb68a50b7379f3fe5ef171616eccabe3f67d65b71d08dba9')
+
+build() {
+ mkdir -p $_pkgname-$_gitver/build
+ cd $_pkgname-$_gitver/build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+
+ make
+}
+
+package() {
+ cd $_pkgname-$_gitver/build
+
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list