TD-Sky / PKGBUILDs

AUR PKGBUILDs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PKGBUILDs

Packages maintained by TD-Sky

Powered by

Usage

First of all, you need to initialize the repository to equip with githooks helping you manage packages:

$ aurpublish setup

When you make sure the upstream has upgraded, use update.nu to update the specified package:

# Check(-c) and update
$ ./update.nu <package-in-the-repository> -c

You can read the help of update.nu:

$ ./update.nu -h

If the update process works, you can add and commit with automatical:

  1. compiling .SRCINFO,
  2. checking shasum ,
  3. generating message

provided by aurpublish.

$ git add <package>
$ git commit -m ''

License

GNU General Public License v3.0 (GPL-3.0)

About

AUR PKGBUILDs.

License:GNU General Public License v3.0


Languages

Language:Shell 79.4%Language:Nushell 20.6%