about summary refs log tree commit diff stats
path: root/124next-token.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-07 16:36:47 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-07 16:36:47 -0800
commit5e3927f7e1233e8dd75f19a7cab056ca91ca22c6 (patch)
tree8a8d368a2e6a4e5afe6a15dbe0198e80559ddbf1 /124next-token.subx
parent8338c38698aab9f885af0ddac3a1d47a31991f97 (diff)
downloadmu-5e3927f7e1233e8dd75f19a7cab056ca91ca22c6.tar.gz
7206 - tile: up/down/left/right now print lines
Diffstat (limited to '124next-token.subx')
0 files changed, 0 insertions, 0 deletions
303df587441747f80ba'>b89f5da2 ^
74392564 ^
b89f5da2 ^
bf0fdc4d ^
47d00141 ^
74392564 ^

b89f5da2 ^



74392564 ^
b89f5da2 ^
bf0fdc4d ^
47d00141 ^
74392564 ^

b89f5da2 ^


















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
                         
                     




                                           
                                               


                                         

                               


                             
                                     
                           
                            
                            

                                                   



                            
                               
                     
                      
                      

                                               


















                                                                                                      
Name:		profanity
Version:	0.8.1
Release:	2%{?dist}
Summary:	A console based XMPP client

Group:		Application/System
License:	GPL
URL:		https://profanity-im.github.io/
Source0:	%{name}-%{version}.tar.gz

BuildRequires:	libstrophe-devel
# or:
#BuildRequires:	libmesode-devel
BuildRequires:	libcurl-devel
BuildRequires:	ncurses-devel
BuildRequires:	openssl-devel
BuildRequires:	glib2-devel >= 2.56.0
BuildRequires:	expat-devel
BuildRequires:	libotr-devel
BuildRequires:	gnutls-devel
BuildRequires:	sqlite3-devel >= 3.27.0
BuildRequires:  libsignal-protocol-c-devel >= 2.3.2
Requires:	libstrophe
Requires:	libcurl
Requires:	ncurses-libs
Requires:	openssl
Requires:	glib2 >= 2.56.0
Requires:	expat
Requires:	libotr
Requires:	gnutls
Requires:	sqlite3-devel >= 3.27.0
Requires:   libsignal-protocol-c-devel >= 2.3.2

%description
Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
make install DESTDIR=%{buildroot}

%files
%{_bindir}/profanity
%doc %{_datadir}/man/man1/profanity.1.gz

%changelog