Add PKGBUILD for AGS for arch(based) distros

This commit is contained in:
clsty
2024-06-16 22:01:01 +08:00
parent 430a322c2c
commit 04cc988e5c
8 changed files with 113 additions and 49 deletions
+2
View File
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# TODO: This file should be provided for non-Arch(based) distros. As for Arch Linux, we should write local PKGBUILDs, which is the "right" way compared to copying files directly into /usr/local/* .
# This script depends on `functions' .
# This is NOT a script for execution, but for loading functions, so NOT need execution permission.
# NOTE that you NOT need to `cd ..' because the `$0' is NOT this file, but the script file which will source this file.