Package Details: apm-bin 0.14.0-1

Git Clone URL: https://aur.archlinux.org/apm-bin.git (read-only, click to copy)
Package Base: apm-bin
Description: Agent Package Manager by Microsoft
Upstream URL: https://github.com/microsoft/apm
Licenses: MIT
Conflicts: apm
Provides: apm
Submitter: MH0386
Maintainer: MH0386
Last Packager: MH0386
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-20 13:02 (UTC)
Last Updated: 2026-05-18 23:36 (UTC)

Latest Comments

pngdeity commented on 2026-05-07 23:03 (UTC)

depends=('git') is needed (upstream requires it at runtime). Also options=('!strip') for the prebuilt binary, provides=("apm=$pkgver") with a version constraint so pacman -S "apm>=0.12" resolves correctly, and cp -a over cp -r to preserve permissions from the tarball.