summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Vasconcelos2020-03-23 22:14:43 -0300
committerLucas Vasconcelos2020-03-23 22:14:43 -0300
commit1ee48ac168a12f0889c4e2a675b8785c0fdd19e4 (patch)
tree153be2379e7b4fd5a2b2ce6bc6a778ef2f8ae730 /PKGBUILD
parent805cf58bd1ab5a612470b9773ca9186e5d100483 (diff)
downloadpackages-1ee48ac168a12f0889c4e2a675b8785c0fdd19e4.tar.gz
packages-1ee48ac168a12f0889c4e2a675b8785c0fdd19e4.tar.bz2
packages-1ee48ac168a12f0889c4e2a675b8785c0fdd19e4.zip
move license to its own folder instead of storing in the licenses folder
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2eb12d..7c5d1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
2 2
3pkgname=quich 3pkgname=quich
4pkgver=2.1 4pkgver=2.1
5pkgrel=1 5pkgrel=2
6pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." 6pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options."
7url="https://github.com/Usbac/quich" 7url="https://github.com/Usbac/quich"
8arch=('x86_64') 8arch=('x86_64')
@@ -22,5 +22,5 @@ build() {
22package() { 22package() {
23 install -Dm755 $pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname 23 install -Dm755 $pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname
24 24
25 install -Dm644 $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname 25 install -Dm644 $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
26} 26}