blob: 98cd21b67cadb14ae61b4c6f04b870d9eebfb834 (
plain)
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
|
***********************************************************************
Packages
***********************************************************************
Meta-repo for my ArchLinux_ PKGBUILDs.
You should get a working package by executing::
makepkg
in the root folder of each package.
If not, let me_ know!
The repository contains a ``Makefile`` in the toplevel directory by
means of which everything can be built in batch mode. Run::
make info
for an overview of the defined build targets.
***********************************************************************
About
***********************************************************************
Written and maintained (well, sort of) by Philipp Gesang. In an ideal
universe, the repo’s canonical location is on Bitbucket_.
Currently comprises development versions of these packages:
(#) LuaMD5_. (``lua-md5-git``)
(#) `Selene Unicode`_ (``slnunicode-git``)
(#) `Luasec Prosody`_ (``luasec-prosody-git``),
(#) `Lua 5.3 work`_ (``lua53``),
(#) SWIG_ (``swig-git``)
(#) Mutt/NNTP
.. _ArchLinux: https://www.archlinux.org
.. _Bitbucket: https://bitbucket.org/phg/packages
.. _LuaMD5: https://aur.archlinux.org/packages/lua-md5-git/
.. _Selene Unicode: https://aur.archlinux.org/packages/slnunicode-git
.. _SWIG: https://aur.archlinux.org/packages/swig-git
.. _Luasec Prosody: https://aur.archlinux.org/packages/luasec-prosody-git
.. _Lua 5.3 work: https://aur.archlinux.org/packages/lua53/
.. _me: mailto:phg42.2a@gmail.com
|