diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-26 09:28:54 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-26 09:28:54 +0100 |
commit | aa670b68a7f0850270661d06a37759d3474fe4eb (patch) | |
tree | 5bc842be49c3301dff0fbc6ecdf4da1ca49facd1 /.SRCINFO |
Initial package creation.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..90326db --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,23 @@ +pkgbase = tofi-git + pkgdesc = Tiny rofi / dmenu replacement for wlroots-based Wayland compositors. + pkgver = r73.32e2cb8 + pkgrel = 1 + url = https://github.com/philj56/tofi + arch = x86_64 + license = MIT + makedepends = meson + makedepends = git + makedepends = scdoc + makedepends = wayland-protocols + depends = freetype2 + depends = harfbuzz + depends = cairo + depends = pango + depends = wayland + depends = libxkbcommon + provides = tofi + conflicts = tofi + source = tofi-git::git+https://github.com/philj56/tofi + sha512sums = SKIP + +pkgname = tofi-git |