Skip to content

Instantly share code, notes, and snippets.

@cryptrz
Created November 6, 2025 21:42
Show Gist options
  • Select an option

  • Save cryptrz/0e480e22bbf3cf52d80357626ddbcef3 to your computer and use it in GitHub Desktop.

Select an option

Save cryptrz/0e480e22bbf3cf52d80357626ddbcef3 to your computer and use it in GitHub Desktop.
# Maintainer: Your Name <[email protected]>
pkgname=<name>
pkgver=1.0
pkgrel=1
pkgdesc="<description>"
arch=('any')
url="https://github.com/<profile>/<name>"
license=('GPL')
depends=('bash')
source=("<name>.sh::https://raw.githubusercontent.com/<profile>/<name>/main/<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