diff options
author | xezo360hye | 2022-10-16 10:45:39 +0300 |
---|---|---|
committer | xezo360hye | 2022-10-16 10:45:39 +0300 |
commit | bc9665f64ab712395af0cfcd89db149edd647080 (patch) | |
tree | decb5183ba6902677a0de36e68995b3d081f5613 /.SRCINFO | |
download | aur-bc9665f64ab712395af0cfcd89db149edd647080.tar.gz |
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..d13fc60df9c1 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = nowm + pkgdesc = Managing window without a window manager + pkgver = 0.0.1 + pkgrel = 1 + url = https://github.com/K4zoku/nowm + arch = any + license = MIT + makedepends = git + depends = sh + depends = xdotool + optdepends = xorg-xinit: for starting Xorg automatically + conflicts = nowm + source = nowm-0.0.1.tar.gz::https://github.com/K4zoku/nowm/archive/refs/tags/v0.0.1.tar.gz + sha256sums = SKIP + +pkgname = nowm |