blob: 373447adbcd18e0b616ebdd0fbf3f3c3d7577806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = st-luke-git
pkgdesc = Simple virtual terminal emulator for X
pkgver = 0.8.1.r1048
pkgrel = 1
epoch = 1
url = http://st.suckless.org/
arch = i686
arch = x86_64
license = MIT
makedepends = ncurses
makedepends = libxext
makedepends = git
depends = libxft
provides = st-luke
provides = st
conflicts = st-luke
conflicts = st
options = zipman
source = st-luke::git+https://github.com/LukeSmithxyz/st.git
sha256sums = SKIP
pkgname = st-luke-git
|