Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2m/coursier-pkgbuild
Package build description for coursier
https://github.com/2m/coursier-pkgbuild
aur pkgbuild
Last synced: 22 days ago
JSON representation
Package build description for coursier
- Host: GitHub
- URL: https://github.com/2m/coursier-pkgbuild
- Owner: 2m
- Created: 2018-01-02T07:28:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T18:23:32.000Z (5 months ago)
- Last Synced: 2024-06-01T20:47:44.408Z (5 months ago)
- Topics: aur, pkgbuild
- Language: Shell
- Homepage: https://aur.archlinux.org/packages/coursier/
- Size: 61.5 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Package build description for coursier [![ci-badge][]][ci]
[ci]: https://gitlab.com/2m/coursier-pkgbuild/-/jobs
[ci-badge]: https://img.shields.io/gitlab/pipeline/2m/coursier-pkgbuild.svgThis repository holds instructions for building an Arch Linux package for [coursier](http://get-coursier.io/).
## Pushing to AUR
First make sure that checksums are updated:
```
updpkgsums
```Then generate `.SRCINFO` by:
```
makepkg --printsrcinfo > .SRCINFO
```Then push to AUR git repository by:
```
git remote add aur ssh://[email protected]/coursier.git
git push aur
```