summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorinhzus2022-08-28 06:24:05 +0000
committerinhzus2022-08-28 06:24:05 +0000
commitbf5a627cf4183aa12025305cbf803fa60868176d (patch)
tree20be83bfa046d4f28e022763a3208dadcb836dbd /PKGBUILD
downloadaur-bf5a627cf4183aa12025305cbf803fa60868176d.tar.gz
onnxruntime lib 1.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..02c2a64def7e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,27 @@
+pkgname=onnxruntime-lib-git
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator"
+arch=('x86_64')
+url="https://www.onnxruntime.ai/"
+license=('MIT')
+groups=()
+depends=()
+makedepends=()
+provides=("onnxruntime")
+conflicts=("onnxruntime")
+replaces=()
+backup=()
+options=()
+# install=
+source=("https://github.com/microsoft/onnxruntime/releases/download/v${pkgver}/onnxruntime-linux-x64-${pkgver}.tgz")
+noextract=()
+md5sums=('SKIP')
+
+# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for
+# a description of each element in the source array.
+
+package() {
+ install -D "${srcdir}/onnxruntime-linux-x64-${pkgver}/include"/* -t "${pkgdir}/usr/include"
+ install -D "${srcdir}/onnxruntime-linux-x64-${pkgver}/lib"/* -t "${pkgdir}/usr/lib"
+} \ No newline at end of file