Search Criteria
Package Details: memethesis-cli 3.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/memethesis-cli.git (read-only, click to copy) |
---|---|
Package Base: | memethesis-cli |
Description: | Create memes from the terminal |
Upstream URL: | https://github.com/fakefred/memethesis-cli |
Keywords: | memethesis memethesis-cli |
Licenses: | GPL3 |
Submitter: | saloniamatteo |
Maintainer: | fakefred |
Last Packager: | saloniamatteo |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-01 12:44 (UTC) |
Last Updated: | 2020-05-01 14:11 (UTC) |
Dependencies (4)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-pip
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
fakefred commented on 2022-06-25 09:36 (UTC)
saloniamatteo, I've adopted it. Have fun on Gentoo!
saloniamatteo commented on 2022-06-25 09:33 (UTC)
Hello everyone, I stepped down as a maintainer of
memethesis-cli
, because I'm no longer using Arch Linux (switched to Gentoo) and, as you can see, the package hasn't been updated in a long time.Feel free to adopt this package yourself.
fakefred commented on 2021-07-11 09:18 (UTC)
eschwartz, thanks for pointing that out. I am the author of this software, but unfortunately (a) I don't find it very practical to package all the deps and (b) I don't maintain this package. It is evident no one on earth would install a package for memes in a chroot environment, the occurrence of which implies a gigantic computer fuckup. I read ArchWiki/AUR submission guidelines, and there seems to be no rule against what you're talking about. You may proceed to contact the packager if you wish.
eschwartz commented on 2021-07-07 21:41 (UTC)
It is forbidden to pip install dependencies in a PKGBUILD. The resulting package does not depend via pacman on the requirements, and cannot be transferred to other computers or built in a chroot and still work, nor will it work on the current machine but a different user...
Add the needed dependencies to depends=() instead.
If they don't exist, package them.
saloniamatteo commented on 2020-05-01 14:19 (UTC) (edited on 2020-05-01 14:20 (UTC) by saloniamatteo)
Just for clarification I'll explain the dependencies:
git
: needed to clone the GitHub repository;imagemagick
: when you want to preview your meme;python
: memethesis is coded in python;python-pip
: pip is needed to install python packages.