Search Criteria
Package Details: lua51-crypto 0.3.2-6
Git Clone URL: | https://aur.archlinux.org/lua-crypto.git (read-only, click to copy) |
---|---|
Package Base: | lua-crypto |
Description: | Lua frontend to the OpenSSL cryptographic library |
Upstream URL: | http://mkottman.github.io/luacrypto/ |
Licenses: | |
Submitter: | eworm |
Maintainer: | eworm |
Last Packager: | eworm |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2014-01-14 10:48 |
Last Updated: | 2017-06-09 22:13 |
Dependencies (6)
- lua51
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- lua (make)
- lua51 (make)
- lua52 (make)
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened) (make)
Latest Comments
spacekookie commented on 2017-06-09 15:42
The package no longer builds if the system has openssl-1.1 installed. There is an openssl-compat-1.0 package but it still fails to build
ilario commented on 2016-12-04 23:26
In PKGBUILD there is a reference to /usr/include/lua5.3 that does not get created installing lua 5.3 (package lua), so this directory doesn't exist.
piernov commented on 2015-08-02 18:41
Typo in package_lua-crypto(), installing the Lua5.2 version instead of the 5.3 version.
bjoe2k4 commented on 2014-01-19 00:51
In order to get it to work with lua5.1, change dependency in PKGBUILD and do a symlink:
>> ln -s /usr/lib/pkgconfig/lua5.1.pc /usr/lib/pkgconfig/lua.pc
eworm commented on 2014-01-17 17:31
Uh, AUR does not support split packages... Damn.