Skip to content

pnmlinux/paur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paur

paur - A simple AUR package helper. Written in V.

Features

  • Minimal AUR helper logic
  • No dependency on external scripting languages
  • Fast and clean build process
  • Integrates smoothly with pnm

Usage

paur <package-name>

This will:

  1. Clone the given AUR package using git
  2. Enter the directory
  3. Build and install it using makepkg

Requirements

  • git
  • base-devel
  • pnm (for integration)

Make sure pnm is installed and properly configured.

Installation

You can build paur using the V compiler:

v . -o paur

Then move the binary somewhere in your $PATH, for example:

sudo mv paur /usr/local/bin/

Why V?

paur is written in V because:

  • It compiles to native binaries with zero dependencies
  • It's simple and fast like C, but safer and more modern
  • Easy to maintain and audit (a single-file binary with clear logic)

License

License: MIT

About

A simple AUR package helper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published