Created
November 5, 2025 20:33
-
-
Save cryptrz/19f1f364afa87240aaaab20c3a1a20c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkgname=<name> | |
| pkgver=1.0.0 | |
| pkgrel=1 | |
| arch=('any') | |
| pkgdesc="<desccribe program>" | |
| license=('GPL') | |
| source=('<name>.sh') | |
| sha256sums=('SKIP') | |
| package() { | |
| install -Dm755 "$srcdir/<name>.sh" "$pkgdir/usr/bin/<name>" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment