diff options
| author | kj_sh604 | 2025-12-20 23:59:56 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-20 23:59:56 -0500 |
| commit | 285fc5db86b5d75f65e640160b860e20cc827596 (patch) | |
| tree | 00cbb9d4dab776a3d04b17f6c72c052e4ce0a876 /archlinux/.SRCINFO | |
| parent | 1aecac2447b2061a09ef75c71eab1b777d36c93f (diff) | |
feat: initial attempt at PKGBUILD
Diffstat (limited to 'archlinux/.SRCINFO')
| -rw-r--r-- | archlinux/.SRCINFO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/archlinux/.SRCINFO b/archlinux/.SRCINFO new file mode 100644 index 0000000..946d5be --- /dev/null +++ b/archlinux/.SRCINFO @@ -0,0 +1,18 @@ +pkgbase = kjagave-git + pkgdesc = a color picker inspired by agave, but only with the features that kj_sh604 used + pkgver = r4.1aecac2 + pkgrel = 1 + url = https://github.com/kj-sh604/kjagave + arch = x86_64 + license = GPL2 + makedepends = go + makedepends = git + depends = gtk3 + optdepends = xcolor: for screen color picking + optdepends = grabc: alternative for screen color picking + provides = kjagave + conflicts = kjagave + source = git+https://github.com/kj-sh604/kjagave.git + sha256sums = SKIP + +pkgname = kjagave-git |
