mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/lua*: update licenses
This commit is contained in:
parent
853bd19d43
commit
3f16cd2393
@ -1,11 +1,11 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=lua-dns
|
||||
pkgver=20080404
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="a DNS client library written in Lua using LuaSocket"
|
||||
url="https://github.com/abma/dns.lua"
|
||||
arch="noarch"
|
||||
license="GPL"
|
||||
license="Public Domain"
|
||||
depends="lua lua-socket"
|
||||
# Was found here: http://ztact.com/files/src/ztact-lua/
|
||||
source="dns.lua ztact.lua"
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=lua-file-magic
|
||||
pkgver=0.2
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Lua binding to libmagic"
|
||||
url="https://github.com/ncopa/lua-file-magic"
|
||||
arch="all"
|
||||
license="LGPL"
|
||||
license="MIT"
|
||||
depends="lua"
|
||||
makedepends="file-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/ncopa/lua-file-magic/archive/v$pkgver.tar.gz"
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
_luaversions="5.1 5.2 5.3 5.4"
|
||||
pkgname=lua-openrc
|
||||
pkgver=0.2
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="Lua module for OpenRC"
|
||||
url="https://github.com/ncopa/lua-openrc"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
license="GPL-2.0-only"
|
||||
makedepends="openrc-dev bsd-compat-headers"
|
||||
for _i in $_luaversions; do
|
||||
makedepends="$makedepends lua$_i-dev"
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
_luaversions="5.1 5.2 5.3 5.4"
|
||||
pkgname=lua-stdlib
|
||||
pkgver=41.2.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Lua library of modules for common programming tasks"
|
||||
url="https://github.com/lua-stdlib/lua-stdlib"
|
||||
arch="noarch"
|
||||
license="MIT/X"
|
||||
license="MIT"
|
||||
makedepends="autoconf automake"
|
||||
subpackages="$pkgname-doc"
|
||||
for _v in $_luaversions; do
|
||||
|
||||
@ -4,11 +4,11 @@
|
||||
_luaversions="5.1 5.2"
|
||||
pkgname=lua-subprocess
|
||||
pkgver=0.0.20141229
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="A Lua module written in C that allows you to create child processes and communicate with them"
|
||||
url="https://github.com/tdtrask/lua-subprocess"
|
||||
arch="all"
|
||||
license="AS-IS"
|
||||
license="MIT"
|
||||
makedepends="$depends_dev asciidoc"
|
||||
for _i in $_luaversions; do
|
||||
makedepends="$makedepends lua$_i-dev"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user