Package Details: polar-bin 2.2.0-2

Git Clone URL: https://aur.archlinux.org/polar-bin.git (read-only, click to copy)
Package Base: polar-bin
Description: One-click Bitcoin Lightning networks for local app development & testing
Upstream URL: https://lightningpolar.com/
Keywords: bitcoin development lightning testing
Licenses: MIT
Conflicts: polar
Provides: polar
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-06-30 02:01 (UTC)
Last Updated: 2024-03-22 02:26 (UTC)

Latest Comments

zxp19821005 commented on 2023-07-31 01:18 (UTC)

@kalex Sorry,it's my mistake.Fixed it.

kalex commented on 2023-07-28 14:51 (UTC) (edited on 2023-07-28 14:52 (UTC) by kalex)

The following package() function should fix the package:

package() {
    install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
    ar x polar-${pkgver}.deb
    tar xvf "${srcdir}/data.tar.xz" -C "$pkgdir"
}