fix license path and formatting

This commit is contained in:
2026-01-22 23:44:07 -05:00
parent 7941f3da05
commit e50e69ea9c
2 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = remote-local-storage-git pkgbase = remote-local-storage-git
pkgdesc = Simple wrapper to save and restore localStorage of webapps in server pkgdesc = Simple wrapper to save and restore localStorage of webapps in server
pkgver = r8.ea930dc pkgver = r9.1b315c5
pkgrel = 1 pkgrel = 2
url = https://gitea.balki.me/balki/remote-local-storage url = https://gitea.balki.me/balki/remote-local-storage
arch = x86_64 arch = x86_64
license = MPL-2.0 license = MPL-2.0

View File

@@ -4,8 +4,8 @@
pkgname=remote-local-storage-git pkgname=remote-local-storage-git
_pkgname=remote-local-storage _pkgname=remote-local-storage
pkgver=r8.ea930dc pkgver=r9.1b315c5
pkgrel=1 pkgrel=2
pkgdesc='Simple wrapper to save and restore localStorage of webapps in server' pkgdesc='Simple wrapper to save and restore localStorage of webapps in server'
arch=('x86_64') arch=('x86_64')
url="https://gitea.balki.me/balki/$_pkgname" url="https://gitea.balki.me/balki/$_pkgname"
@@ -41,7 +41,7 @@ package() {
cd "$_pkgname" cd "$_pkgname"
install -Dm755 build/"$_pkgname" "$pkgdir/usr/bin/$_pkgname" install -Dm755 build/"$_pkgname" "$pkgdir/usr/bin/$_pkgname"
install -Dm644 README.md -t "$pkgdir/usr/share/doc/$_pkgname" install -Dm644 README.md -t "$pkgdir/usr/share/doc/$_pkgname"
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${_pkgname}"
install -Dm644 "${srcdir}/$_pkgname.service" -t "$pkgdir/usr/lib/systemd/system" install -Dm644 "${srcdir}/$_pkgname.service" -t "$pkgdir/usr/lib/systemd/system"
install -Dm644 "${srcdir}/$_pkgname.socket" -t "$pkgdir/usr/lib/systemd/system" install -Dm644 "${srcdir}/$_pkgname.socket" -t "$pkgdir/usr/lib/systemd/system"
} }