Search Criteria
Package Details: amp 0.6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/amp.git (read-only, click to copy) |
---|---|
Package Base: | amp |
Description: | A modal text editor for the terminal. |
Upstream URL: | https://github.com/jmacdonald/amp |
Keywords: | editor text |
Licenses: | GPL3 |
Submitter: | jmacdonald |
Maintainer: | jmacdonald |
Last Packager: | jmacdonald |
Votes: | 11 |
Popularity: | 0.008921 |
First Submitted: | 2018-01-02 05:40 (UTC) |
Last Updated: | 2020-02-05 04:31 (UTC) |
Dependencies (6)
- libxcb (libxcb-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libxcb (libxcb-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
Latest Comments
murlakatamenka commented on 2024-05-02 18:54 (UTC)
PKGBUILD
for 0.7.0:thomaseizinger commented on 2021-08-02 03:56 (UTC)
The PKGBUILD assumes that the target directory is not overridden.
It is not compiling on my machine because I've got
target-dir
set to a global cache directory.I suggest passing
--target-dir
to the build command.jmacdonald commented on 2020-02-05 04:32 (UTC)
Done, thanks for the heads up matth!
matth commented on 2020-01-17 17:35 (UTC)
Look like python3 should be a make dependency.
armond commented on 2019-06-28 15:02 (UTC) (edited on 2019-07-02 18:14 (UTC) by armond)
Excellent editor. I noticed that 'yay -Syu' gives 'amp: local (0.5.2-2) is newer than AUR (0.5.2-1)'. Edit: fixed in 0.6.0. Thanks!
sylvite commented on 2018-11-23 06:14 (UTC) (edited on 2018-11-23 06:15 (UTC) by sylvite)
Yep, builds and installs fine now. I like the clever shim. Thanks.
jmacdonald commented on 2018-11-23 05:03 (UTC)
I've changed the package to use python2 as a build dependency, instead. I've also patched the build process to place a shim that'll explicitly point calls to python to the python2 executable instead, so having v3 installed doesn't break the build.
Let me know if that settles it on your end!
craftyguy commented on 2018-11-22 18:48 (UTC)
Seems like termbox uses an older version of waf, which does not support Python 3.7:
https://github.com/nsf/termbox/issues/117
AndrewVos commented on 2018-11-22 12:09 (UTC) (edited on 2018-11-22 12:10 (UTC) by AndrewVos)
This isn't compiling for me: