You've already forked remote-local-storage
fix license path and formatting
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -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
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user