Search Criteria
Package Details: patchup-bin 0.1.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/patchup-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | patchup-bin |
| Description: | A tool to compute and apply binary patches for files and directories |
| Upstream URL: | https://github.com/patchup/cli |
| Keywords: | binary patch |
| Licenses: | MIT |
| Conflicts: | patchup |
| Provides: | patchup |
| Submitter: | dezyh |
| Maintainer: | Dominiquini |
| Last Packager: | Dominiquini |
| Votes: | 1 |
| Popularity: | 0.000493 |
| First Submitted: | 2021-04-15 15:56 (UTC) |
| Last Updated: | 2024-11-09 18:55 (UTC) |
Latest Comments
Dominiquini commented on 2024-10-22 18:57 (UTC)
The PKGBUILD is broken! Change the 'package' function to:
package() { install -Dm755 "target/release/patchup/patchup" "$pkgdir/usr/bin/patchup" }