summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-10-13 17:51:16 -0300
committerGiancarlo Razzolini2016-10-13 17:51:16 -0300
commit70343217fc0d8113a865f2b6f5cae89e5932022f (patch)
tree84bca6abfcd5fc5626a571ecf6d69dfbbfcfc437 /PKGBUILD
parent11fbec529c34c791a1d8dfc3b0e2b8e558f52d05 (diff)
downloadaur-70343217fc0d8113a865f2b6f5cae89e5932022f.tar.gz
* LICENSE install.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d32360731a31..1427413f231f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giancarlo Razzolini <grazzolini@gmail.com>
pkgname=tinyssh-convert
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="converter for ed25519 keys from OpenSSH to TinySSH format"
arch=('x86_64' 'i686')
url="https://github.com/ansemjo/tinyssh-convert"
@@ -19,4 +19,5 @@ build() {
package() {
cd "$pkgname-$pkgver"
install -Dm 755 ${pkgname} $pkgdir/usr/bin/${pkgname}
+ install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}