summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Henrie2021-03-28 20:03:47 -0600
committerAlex Henrie2021-03-28 20:03:47 -0600
commitcde7334da5d1a2f7454aa9819b8b4f1360d7cc0f (patch)
treee0074e034d0bee3b2078ad6b58067a259ed0d5c5 /PKGBUILD
downloadaur-big-yotta.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..67624616cf3e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
+pkgname=big-yotta
+pkgver=5.3
+pkgrel=1
+pkgdesc='Sequencing.com utility for uploading large genetic data files'
+arch=(x86_64)
+url='https://sequencing.com/big-yotta-dna-genome-file-uploader'
+license=('custom:big-yotta')
+source=('https://sequencing.com/sites/default/files/big-yotta-rpm-v5_3.rpm')
+sha256sums=('42c30b857891f8443dae24e22826f8bc244ef6d93bbe0d6c7d8d5d5a20a6e6ce')
+
+package() {
+ cp -r opt "$pkgdir"
+ install -Dm644 opt/BigYotta/BigYotta.desktop "$pkgdir/usr/share/applications/BigYotta.desktop"
+}