Skip to content

TD-Sky/PKGBUILDs

Repository files navigation

PKGBUILDs

Packages maintained by TD-Sky

Powered by

Setup

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

$ aurpublish setup

Then install nushell plugin nu_plugin_query using nushell:

$ plugin add <path/to/nu_plugin_query>

Usage

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

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

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)

Releases

No releases published

Packages

No packages published