blob: d28ea9766ff391bcde4c8d0b1b1917f7ed31085d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = shellp
pkgdesc = Development note-taking companion that prompts you to document important shell commands
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/tenseleyFlow/shellp
arch = x86_64
license = MIT
makedepends = go
depends = glibc
optdepends = git: for Git repository integration
optdepends = bash: for shell hook integration
optdepends = zsh: for shell hook integration
source = git+https://github.com/tenseleyFlow/shellp.git#tag=v1.0.0
sha256sums = SKIP
pkgname = shellp
|