mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 05:20:32 +01:00
Fix license path.
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = json_dto
|
pkgbase = json_dto
|
||||||
pkgdesc = A small header-only library for converting data between json representation and c++ structs
|
pkgdesc = A small header-only library for converting data between json representation and c++ structs
|
||||||
pkgver = 0.2.9.2
|
pkgver = 0.2.9.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/Stiffstream/json_dto
|
url = https://github.com/Stiffstream/json_dto
|
||||||
arch = any
|
arch = any
|
||||||
license = BSD
|
license = BSD
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||||
pkgname=json_dto
|
pkgname=json_dto
|
||||||
pkgver=0.2.9.2
|
pkgver=0.2.9.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A small header-only library for converting data between json representation and c++ structs"
|
pkgdesc="A small header-only library for converting data between json representation and c++ structs"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/Stiffstream/json_dto"
|
url="https://github.com/Stiffstream/json_dto"
|
||||||
@@ -29,5 +29,5 @@ check() {
|
|||||||
package() {
|
package() {
|
||||||
cd "$pkgname-v.$pkgver"
|
cd "$pkgname-v.$pkgver"
|
||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir/" install
|
||||||
install -m644 -Dt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" "LICENSE"
|
install -m644 -Dt "$pkgdir/usr/share/licenses/$pkgname" "LICENSE"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user