diff options
| author | Lucas Vasconcelos | 2020-03-23 22:14:43 -0300 |
|---|---|---|
| committer | Lucas Vasconcelos | 2020-03-23 22:14:43 -0300 |
| commit | 1ee48ac168a12f0889c4e2a675b8785c0fdd19e4 (patch) | |
| tree | 153be2379e7b4fd5a2b2ce6bc6a778ef2f8ae730 /PKGBUILD | |
| parent | 805cf58bd1ab5a612470b9773ca9186e5d100483 (diff) | |
| download | packages-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-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | pkgname=quich | 3 | pkgname=quich |
| 4 | pkgver=2.1 | 4 | pkgver=2.1 |
| 5 | pkgrel=1 | 5 | pkgrel=2 |
| 6 | pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." | 6 | pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." |
| 7 | url="https://github.com/Usbac/quich" | 7 | url="https://github.com/Usbac/quich" |
| 8 | arch=('x86_64') | 8 | arch=('x86_64') |
| @@ -22,5 +22,5 @@ build() { | |||
| 22 | package() { | 22 | package() { |
| 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 | } |
