aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 3675d377c68908650529af933c7143e84fc9ecb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
arch-nvidia-docker
============

  ArchLinux PKGBUILD for nvidia-docker tools https://github.com/NVIDIA/nvidia-docker

  The package source build is submitted to AUR at: https://aur.archlinux.org/packages/nvidia-docker/

Building and submitting the package
----------------------

* Update PKGBUILD and set `pkgver` to match new version from https://github.com/NVIDIA/nvidia-docker/releases
* 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.