Package Details: pylyzer-bin 0.0.51-2

Git Clone URL: https://aur.archlinux.org/pylyzer-bin.git (read-only, click to copy)
Package Base: pylyzer-bin
Description: A fast static code analyzer & language server for Python
Upstream URL: https://github.com/mtshiba/pylyzer
Licenses: MIT
Submitter: minhnbnt
Maintainer: minhnbnt
Last Packager: minhnbnt
Votes: 0
Popularity: 0.000000
First Submitted: 2024-03-06 12:41 (UTC)
Last Updated: 2024-03-13 00:38 (UTC)

Latest Comments

AsukaMinato commented on 2024-03-13 15:31 (UTC)

# Maintainer: Nguyễn Quang Minh <minhnbnt at gmail dot com>
# Contributor: Asuka Minato <i at asukaminato dot eu dot org>

pkgname=pylyzer-bin
pkgver=0.0.51
pkgrel=3
pkgdesc='A fast static code analyzer & language server for Python'
arch=('x86_64')
url='https://github.com/mtshiba/pylyzer'
license=('MIT')
depends=()

source=(
    LICENSE
    "https://github.com/mtshiba/pylyzer/releases/download/v${pkgver}/pylyzer-${arch}-unknown-linux-gnu.tar.gz")
sha256sums=('508a77d2e7b51d98adeed32648ad124b7b30241a8e70b2e72c99f92d8e5874d1'
            '04e6800f927511e9a980fb9204f0be4e5267abb4d9a16369b65897b07917089e')

package() {
    install -Dm755 "pylyzer" "$pkgdir/usr/bin/pylyzer"
    install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

AsukaMinato commented on 2024-03-13 05:45 (UTC)

shfmt -w PKGBUILD && updpkgsums && makepkg --printsrcinfo > .SRCINFO && makepkg  -C -sf && namcap *.zst

run this to check package.

AsukaMinato commented on 2024-03-07 19:30 (UTC)

add license file.

namcap says

pylyzer-bin E: Uncommon license identifiers such as 'MIT' require license files below /usr/share/licenses/pylyzer-bin/ or switching to common license identifiers. Found 0/1 required license files.