Search Criteria
Package Details: armips-git 1:0.11.0.r79.g2c803b6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/armips-git.git (read-only, click to copy) |
---|---|
Package Base: | armips-git |
Description: | An assembler for various ARM and MIPS platforms |
Upstream URL: | https://github.com/Kingcom/armips |
Licenses: | MIT |
Conflicts: | armips |
Provides: | armips |
Submitter: | TheLemonMan |
Maintainer: | simer |
Last Packager: | simer |
Votes: | 7 |
Popularity: | 0.071283 |
First Submitted: | 2015-09-03 17:55 (UTC) |
Last Updated: | 2020-08-07 07:44 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
abouvier commented on 2021-10-15 16:03 (UTC)
Can you package the static library, and use
provides=("armips=$pkgver")
?novenary commented on 2020-08-07 07:49 (UTC)
Ah that's fair enough, thanks!
simer commented on 2020-08-07 07:46 (UTC)
I had a fix already made but somehow managed to forget to push it. My fix changes the build settings to use std::filesystem directly rather than the submodule as all Arch systems should already have std::filesystem support included.
novenary commented on 2020-08-07 06:22 (UTC)
Hi there, a submodule was recently added to the repo and is necessary for building. Here's a patch that implements it: https://wank.party/U8Xo.patch