summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas stig124 FORMICHELLA2021-09-02 21:57:02 +0200
committerNicolas stig124 FORMICHELLA2021-09-02 21:57:02 +0200
commitff328554169dec82f54d628bd998faea3114877a (patch)
tree0b4ac177e5bb6b4c417e04e1884604dfb1a3b8a4
parente52386b8055057481024c07431ddb101c1907ecd (diff)
downloadaur-ff328554169dec82f54d628bd998faea3114877a.tar.gz
Add install script
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD11
-rw-r--r--n-link.install (renamed from .install)0
3 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 819430f35b52..8104eedfcd0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = n-link
pkgdesc = Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire.
pkgver = 0.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://lights0123.com/n-link/
+ install = n-link.install
arch = x86_64
license = GPL3
depends = nodejs-lts-fermium
diff --git a/PKGBUILD b/PKGBUILD
index 4eed98e0aaa8..917641c9f15e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,7 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Nicolas FORMICHELLA <stigpro@outlook.fr>
pkgname=n-link
pkgver=0.1.6
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire."
arch=("x86_64")
@@ -22,7 +17,7 @@ conflicts=("n-link-git")
replaces=()
backup=()
options=()
-install=
+install="${pkgname}.install"
changelog=
source=("https://github.com/lights0123/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}_amd64.deb"
"69-${pkgname}.rules")
diff --git a/.install b/n-link.install
index 0d5d587529e4..0d5d587529e4 100644
--- a/.install
+++ b/n-link.install