summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKim Desrosiers2017-11-07 08:53:21 -0500
committerKim Desrosiers2017-11-07 08:53:21 -0500
commit381e9e5b0296d5526a409a9bba03245ee296e2cf (patch)
treec5c2c338275e39dbce42e3a255b7bb3225126584 /PKGBUILD
downloadaur-unichrom.tar.gz
Initial Commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
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
+}