diff options
| author | pml68 <contact@pml68.dev> | 2025-09-03 20:15:05 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-03 20:15:05 +0200 |
| commit | 456e73cc3d88ead5f5f70b5458303d5f3fab436c (patch) | |
| tree | b7defd36033ee8d5b471f3f15d07a7320199e004 /.SRCINFO | |
| parent | feat: initial commit (diff) | |
| download | PKGBUILDs-456e73cc3d88ead5f5f70b5458303d5f3fab436c.tar.gz | |
feat: add `aur-git` package
Diffstat (limited to '')
| -rw-r--r-- | .SRCINFO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..53def92 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = aur-git + pkgdesc = A simple script for AUR package management + pkgver = 1.0.0 + pkgrel = 1 + url = https://github.com/pml68/aur + arch = any + license = MIT + depends = bash + depends = git + provides = aur + conflicts = aur + options = !strip + options = !debug + source = aur-git::git+https://github.com/pml68/aur.git + sha256sums = SKIP + +pkgname = aur-git |
