summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2024-02-15 23:35:23 +0100
committergit user2024-02-15 23:35:23 +0100
commit84c962c44afa06e6da844d2007c3a0f49eff5f76 (patch)
treeab0df43136a8b65e10d4fda0f8d21c26ad371107
downloadaur-teqc-bin.tar.gz
Initial Commit.
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD32
-rw-r--r--license-dummy.txt3
3 files changed, 54 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..119dab1c323e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = teqc-bin
+ pkgdesc = The toolkit for GPS/GLONASS/Galileo/SBAS/Beidou/QZSS data
+ pkgver = 2019Feb25
+ pkgrel = 1
+ url = http://www.unavco.org/software/data-processing/teqc/teqc.html
+ arch = x86_64
+ license = LicenseRef-Unknown
+ depends = glibc
+ provides = teqc=2019Feb25
+ conflicts = teqc
+ replaces = teqc=2018Jun8
+ source = http://www.unavco.org/software/data-processing/teqc/development/teqc_Lx86_64d.zip
+ source = license-dummy.txt
+ md5sums = c7c1633e86e680457a7dc315ac7cfb0e
+ md5sums = 425bd09e1757be90e65a28fb121b3276
+ sha256sums = 88d65a17e3c73f4415647e62e8df75a9d3274d703e3d14ba4a8973f2ae7a7af3
+ sha256sums = 6b9042484accd63cc59120561b33707dcc90447659700ebb08044c38756fba56
+
+pkgname = teqc-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c8976162d10a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,32 @@
+# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
+# Contributor: Ilya Oshchepkov (https://aur.archlinux.org/account/elijahss)
+
+pkgname=teqc-bin
+pkgver=2019Feb25
+pkgrel=1
+pkgdesc="The toolkit for GPS/GLONASS/Galileo/SBAS/Beidou/QZSS data "
+arch=("x86_64")
+url="http://www.unavco.org/software/data-processing/teqc/teqc.html"
+license=("LicenseRef-Unknown")
+depends=("glibc")
+provides=("teqc=${pkgver}")
+conflicts=("teqc")
+replaces=("teqc=2018Jun8")
+source=(
+ "http://www.unavco.org/software/data-processing/teqc/development/teqc_Lx86_64d.zip"
+ "license-dummy.txt"
+)
+
+md5sums=(
+ 'c7c1633e86e680457a7dc315ac7cfb0e'
+ '425bd09e1757be90e65a28fb121b3276'
+)
+sha256sums=(
+ '88d65a17e3c73f4415647e62e8df75a9d3274d703e3d14ba4a8973f2ae7a7af3'
+ '6b9042484accd63cc59120561b33707dcc90447659700ebb08044c38756fba56'
+)
+
+package() {
+ install -Dvm755 teqc "$pkgdir"/usr/bin/teqc
+ install -Dvm755 license-dummy.txt "${pkgdir}/usr/share/licenses/${pkgname}/license-dummy.txt"
+}
diff --git a/license-dummy.txt b/license-dummy.txt
new file mode 100644
index 000000000000..786c10512fbb
--- /dev/null
+++ b/license-dummy.txt
@@ -0,0 +1,3 @@
+What the license of 'teqc' is could not be found out by the maintainer of the Arch Linux package. Assume proprietary.
+
+Upstream website is https://www.unavco.org/software/data-processing/teqc/teqc.html.