Package Details: bin-cpuflags-x86 1.0.8-3

Git Clone URL: https://aur.archlinux.org/bin-cpuflags-x86.git (read-only, click to copy)
Package Base: bin-cpuflags-x86
Description: A small CLI tool to detect CPU flags (instruction sets) of X86 binaries
Upstream URL: https://github.com/HanabishiRecca/bin-cpuflags-x86
Keywords: amd64 avx binary cpu cpuid elf exe executable instruction-set macho pe so sse x86 x86-64
Licenses: MIT
Submitter: Hanabishi
Maintainer: Hanabishi
Last Packager: Hanabishi
Votes: 2
Popularity: 0.78
First Submitted: 2023-11-07 11:13 (UTC)
Last Updated: 2026-02-23 17:23 (UTC)

Pinned Comments

Hanabishi commented on 2023-11-07 11:19 (UTC)

Binary release: bin-cpuflags-x86-bin

Latest Comments

asyync1024 commented on 2026-02-24 09:13 (UTC) (edited on 2026-02-24 09:16 (UTC) by asyync1024)

If you don't want to give your email, you can just write something like:

Hanabishi Recca <Hanabishi at aur dot archlinux dot org>

Hanabishi commented on 2026-02-23 13:32 (UTC)

  1. Eh, as if someone cares about MIT, but ok.
  2. 0755 is kinda intended to ensure that there is no sticky bit (like setuid). Despite this particular package shouldn't produce any, such security measure doesn't hurt anyway.
  3. I don't have any mail I'd want to expose publicly, so nah.

asyync1024 commented on 2026-02-23 11:30 (UTC) (edited on 2026-02-23 11:32 (UTC) by asyync1024)

Hi! Your package doesn't have a LICENSE file installed. Please add the following lines to pkgver():

    cd "${_snapshot}"
    install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"

Also consider using -Dm755 instead of -Dm0755 for installing the binary, just a styling improvement. Also, please add your maintainer tag at the top of the PKGBUILD. Thanks!

Hanabishi commented on 2023-11-07 11:19 (UTC)

Binary release: bin-cpuflags-x86-bin