summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjojii2020-09-24 12:45:44 +0200
committerjojii2020-09-24 12:45:44 +0200
commitf0a36b28305d009a6a44c8d4cf13b2beeba88330 (patch)
tree50be22782d3ec0f494cb677c58dec5c748f4db0d
parentfa0bf99dd23ac25305a84be92d3b6b564af42b72 (diff)
downloadaur-f0a36b28305d009a6a44c8d4cf13b2beeba88330.tar.gz
Install license correctly
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5284e965222..a4b012a20496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = logo-ls
pkgdesc = Modern ls command with vscode like file icon and git integrations
pkgver = 1.3.5
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Yash-Handa/logo-ls
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b53fdf36084f..380d4d1bdd66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jojii <jojii@gmx.net>
pkgname=logo-ls
pkgver=1.3.5
-pkgrel=3
+pkgrel=4
pkgdesc="Modern ls command with vscode like file icon and git integrations"
arch=('i686' 'x86_64')
url="https://github.com/Yash-Handa/logo-ls"
@@ -30,4 +30,5 @@ build() {
package() {
cd "$pkgname"-"$pkgver"
install -DT logo-ls $pkgdir/usr/bin/logo-ls
+ install -DT LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}