You are not logged in.
Hello everyone,
I wrote a little script and now I would like to submit it to the AUR. Since this is my first PKGBUILD I am posting here to ask if I did anything wrong.
You can check it out here:MultiGPG. The PKGBUILD is in the AUR directory.
Any comments?
Greetings,
Faerbit
Offline
Hello everyone,
I wrote a little script and now I would like to submit it to the AUR. Since this is my first PKGBUILD I am posting here to ask if I did anything wrong.
You can check it out here:MultiGPG. The PKGBUILD is in the AUR directory.
Any comments?
Greetings,
Faerbit
EDIT: make sure to install the binary as executable, that is
install -Dm755 $pkgname "$pkgdir"/usr/binLast edited by lspci (2014-01-10 23:49:30)
Offline
The man page of install said that this was the default value. Is this just good practice, or do I really need it?
Offline
Drop the -git from the pkgname, you're building specific tags, which should be static sources. -git would be used if you were pulling master, or an otherwise active branch. You should add the makedepends array and include 'git' in it, as it's needed to pull the source.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Thanks WorMzy! Changed it. Anything else?
Offline
I uploaded it: https://aur.archlinux.org/packages/multigpg/
In which category would I put it? Or where is overview where the categories are explained?
Greetings,
Faerbit
Last edited by Faerbit (2014-01-11 18:42:17)
Offline