This repository contains the Arch Linux packaging files for the game nsnake (classic snake game on the terminal).
If you're after the game itself, go to it's homepage.
Unlike other systems, packaging for Arch Linux is fairly easy.
All you need is inside the file PKGBUILD.
Here's a regular workflow...
# Retrieves the latest package files
$ git clone https://github.com/alexdantas/nsnake.arch
$ cd nsnake.arch
# Work on your changes...
# If the source file changed, this updates
# the PKGBUILD with new checksums
$ updpkgsums
# This command does the following:
# 1. Gets the source code;
# 2. Validates it with sha256sums;
# 3. Compiles it on the current dir;
$ makepkg
# Creates an AUR ball (.src.tar.gz), ready to
# be uploaded to AUR
$ mkaurball
# Nice helper that directly uploads to AUR
burp *.src.tar.gz