summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Desrosiers2017-11-07 08:53:21 -0500
committerKim Desrosiers2017-11-07 08:53:21 -0500
commit381e9e5b0296d5526a409a9bba03245ee296e2cf (patch)
treec5c2c338275e39dbce42e3a255b7bb3225126584
downloadaur-unichrom.tar.gz
Initial Commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD20
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2bef5a922531
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = unichrom
+ pkgdesc = fully automated Chromatographic Data System, dedicated to simplify hard, routine work of Chemist, dealing in a field of Gas and Liquid Chromatography.
+ pkgver = 5.1.7.249
+ pkgrel = 1
+ url = http://www.unichrom.com/chrom/ucdle.php
+ arch = x86_64
+ license = Commercial
+ source = http://www.unichrom.com/chrom/install/uc-5.1.7.249-x86_64-linux-r11657M.zip
+ md5sums = SKIP
+
+pkgname = unichrom
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..26da920e8115
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Kim Desrosiers <kimdesro at gmail dot com>
+pkgname=unichrom
+pkgver=5.1.7.249
+pkgrel=1
+pkgdesc="fully automated Chromatographic Data System,
+dedicated to simplify hard, routine work of Chemist,
+dealing in a field of Gas and Liquid Chromatography."
+arch=("x86_64")
+url="http://www.unichrom.com/chrom/ucdle.php"
+license=('Commercial')
+source=("http://www.unichrom.com/chrom/install/uc-5.1.7.249-x86_64-linux-r11657M.zip")
+md5sums=("SKIP")
+
+
+package() {
+ cd "$srcdir"
+ install -d "$pkgdir"/{opt/$pkgname,usr/bin}
+ mv "$srcdir"/* "$pkgdir"/opt/$pkgname
+ install -D -m644 "$pkgdir"//opt/$pkgname/nas-uc.desktop "$pkgdir"/usr/share/applications/nas-uc.desktop
+}