Skip to content

alexdantas/nsnake.arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

nsnake.arch

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.

screen

Arch Linux packaging

Unlike other systems, packaging for Arch Linux is fairly easy.

All you need is inside the file PKGBUILD.

Getting Started

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

About

Arch Linux packaging repository for the game 'nsnake'

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages