Skip to content

Release packages to the AUR from within their source directory

License

Notifications You must be signed in to change notification settings

pbrisbin/aur-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUR-release

Release an AUR package, by updating or creating its AUR repository.

Installation

Install aur-release-git from the AUR, of course.

Alternatively, make install.local will install the script at ~/.local/bin.

Usage

% aur-release -h
Usage: aur-release [-c COMMAND] [-deyn] [NAME [VERSION]]
Release an AUR package by updating or creating its AUR repository.

Options:
  -c COMMAND    Command to run when version is not given (or -e is passed).
                Default is $SHELL.
  -d            Treat the current directory as the AUR repository, and do not
                operate in a temporary clone.
  -e            Edit (via -c), even if version was given.
  -y            Yes, push to the remote -- don't require confirmation.
  -n            No test installation.

Arguments:
  NAME          Name of the AUR repository. Defaults to the basename of the
                current working directory.
  VERSION       Version to set in PKGBUILD (along with pkgrel=1). Default is
                empty (you are expected to adjust version manually).

Tests

make test

Tests use cram.

Release

This is a -git PKGBUILD, so there's no need to release unless changing the PKGBUILD itself. In which case, make release does that -- using itself.


CHANGELOG | LICENSE

About

Release packages to the AUR from within their source directory

Resources

License

Stars

Watchers

Forks

Packages

No packages published