blob: 9a9b4aface8455287a8f57d45ad0d0a2549b69e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
arch-cevelop
============
ArchLinux PKGBUILD for Cevelop C++ IDE from https://cevelop.com/
The package source build is submitted to AUR at: https://aur.archlinux.org/packages/cevelop/
Building and submitting the package
----------------------
* Update PKGBUILD and set `pkgver` and `_srctimestamp` to match new version from https://www.cevelop.com/cevelop/downloads/
* Update the checksums using `updpkgsums`
* Make the package using `makepkg --force --nodeps --cleanbuild`
* Check the submitting guidelines at https://wiki.archlinux.org/index.php/Arch%20User%20Repository#Submitting%20packages
* `makepkg --printsrcinfo > .SRCINFO`
* `git add .SRCINFO`
* `git commit -m "useful commit message"`
* `git push origin`
To automate most of the steps, you could also use the `buildandcopy.sh` script provided.
|