summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parente52386b8055057481024c07431ddb101c1907ecd (diff)
downloadaur-n-link.tar.gz
Add install script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
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")