~alpine/aports

2 2

[alpine-aports] [PATCH] testing/btpd: new aport

Details
Message ID
<20171108173609.1755-1-ca6c@bitmessage.ch>
Sender timestamp
1510162569
DKIM signature
missing
Download raw message
Patch: +29 -0
---
 testing/btpd/APKBUILD | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 testing/btpd/APKBUILD

diff --git a/testing/btpd/APKBUILD b/testing/btpd/APKBUILD
new file mode 100644
index 0000000000..f505544d63
--- /dev/null
+++ b/testing/btpd/APKBUILD
@@ -0,0 +1,29 @@
# Contributor: Cág <ca6c@bitmessage.ch>
# Maintainer: Cág <ca6c@bitmessage.ch>
pkgname=btpd
pkgver=0.16
pkgrel=0
pkgdesc="The BitTorrent Protocol Daemon"
url="https://github.com/btpd/btpd"
arch="all"
license="custom"
depends=""
makedepends="libressl-dev"
install=""
subpackages="$pkgname-doc"
source="http://cloud.github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	./configure --prefix=/usr
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir/" install
	install -D -m644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
}

sha512sums="719778762a90f62942ae235c4c3fcd92d859d0c7d977e9fb0d7f3149c4c35c649eadc0a648b8a79c547dae8060ff3dcde1afb38081d55d15ae618039acdafb0f  btpd-0.16.tar.gz"
-- 
2.15.0




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<8afc79ce-2cda-b4c6-bfea-6f4bebbe7861@gmail.com>
In-Reply-To
<20171108173609.1755-1-ca6c@bitmessage.ch> (view parent)
Sender timestamp
1515503847
DKIM signature
missing
Download raw message
Hi,

On 11/08/2017 06:36 PM, Cág wrote:
> ---
>   testing/btpd/APKBUILD | 29 +++++++++++++++++++++++++++++
>   1 file changed, 29 insertions(+)
>   create mode 100644 testing/btpd/APKBUILD
>
> diff --git a/testing/btpd/APKBUILD b/testing/btpd/APKBUILD
> new file mode 100644
> index 0000000000..f505544d63
> --- /dev/null
> +++ b/testing/btpd/APKBUILD
> @@ -0,0 +1,29 @@
> +# Contributor: Cág <ca6c@bitmessage.ch>
> +# Maintainer: Cág <ca6c@bitmessage.ch>
> +pkgname=btpd
> +pkgver=0.16
> +pkgrel=0
> +pkgdesc="The BitTorrent Protocol Daemon"
> +url="https://github.com/btpd/btpd"
> +arch="all"
> +license="custom"

the license specifications in APKBUILDs have been recently mass-reviewed.
Would you please double check if it is really "custom" or it's one of these?

https://spdx.org/licenses/

Thanks!

/eo



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<20180109184357.GA16474@alpine.my.domain>
In-Reply-To
<8afc79ce-2cda-b4c6-bfea-6f4bebbe7861@gmail.com> (view parent)
Sender timestamp
1515523437
DKIM signature
missing
Download raw message
Leonardo Arena wrote:

> the license specifications in APKBUILDs have been recently mass-reviewed.
> Would you please double check if it is really "custom" or it's one of these?

Hi,

It looks like it's dual-licenced under two- and three-clause BSD licences,
so "custom" fits here. Take a look anyway:

https://github.com/btpd/btpd/blob/master/COPYRIGHT

-- 
caóc



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)