Hunter Wittenborn
Hunter Wittenborn
If you're interested in sticking with the PKGBUILD format, I've got [a project](https://github.com/hwittenborn/makedeb) that would allow you to create Debian packages from such. There's also an AUR-like platform I've made...
If there's still interest in this, [makedeb](https://makedeb.org) (a personal project) should work well, and would likely only require maintaining a single Bash file in this repository.
I'd like to start using `CustomColor` in my package, I'm definitely down with a new release.
Thanks for reporting the issue! I'll try to get this checked out shortly
@pirate486743186 `CARCH` is used to determine things like the build architecture for things like C programs iirc, though I haven't done much testing with it myself so I wouldn't know...
> profiles actually use it, libs can change name between architectures. makedeb solves that issue with [extended variables](https://docs.makedeb.org/makedeb/distro-specific-variables/) instead of the `[]` stuff: ```sh armhf_depends=('libgl' 'libstdc++5' 'alsa-oss') # Or whatever...
Thanks for the issue! I'll try to reproduce on my machine soon and get a fix in. > installing the stable actually installs the alpha I just checked, and this...
Sorry for the delay on this, I completely forgot about this and likewise didn't ever get around to looking into it. I plan on deprecating the makepkg.conf file shortly though,...
For anyone that's interested in working on this, I'm gonna want this added to both `.SRCINFO` files and generated control files, with those being done here: https://github.com/makedeb/makedeb/blob/96fb60e73ef5d004e8861edc4dcc75960d7e0d93/src/functions/srcinfo.sh#L37-L88 https://github.com/makedeb/makedeb/blob/96fb60e73ef5d004e8861edc4dcc75960d7e0d93/src/main.sh#L459-L479 I'm a...
Also, until this is implemented, you can put something like this in your PKGBUILD as a temporary workaround: ```sh control_fields=('Priority: blahblah-the-priority-here') ``` I can make sure that once a `priority`...