~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH] testing/badwolf: new aport

Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Details
Message ID
<20191226024404.6125-1-contact@hacktivis.me>
DKIM signature
missing
Download raw message
Patch: +24 -0
https://hacktivis.me/projects/badwolf
Minimalist and privacy-oriented WebKitGTK+ browser
---
 testing/badwolf/APKBUILD | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 testing/badwolf/APKBUILD

diff --git a/testing/badwolf/APKBUILD b/testing/badwolf/APKBUILD
new file mode 100644
index 00000000..c937225c
--- /dev/null
+++ b/testing/badwolf/APKBUILD
@@ -0,0 +1,24 @@
# Maintainer: Haelwenn (lanodan) Monnier <contact+alpine@hacktivis.me>
pkgname=badwolf
pkgver=0.4.0
pkgrel=0
pkgdesc="A minimalist and privacy-oriented WebKit browser"
url="https://hacktivis.me/projects/badwolf"
arch="all"
license="BSD-3-Clause"
depends="webkit2gtk"
makedepends="webkit2gtk-dev"
subpackages="$pkgname-doc"
install=""
options="!check" # unit tests coming in next release
source="https://hacktivis.me/releases/$pkgname-$pkgver.tar.gz"

build() {
	make PREFIX=/usr CFLAGS="$CFLAGS"
}

package() {
	make PREFIX=/usr DESTDIR="$pkgdir" install
}

sha256sums="68fd3f1ffeec3990213213ab7932a922bb61859e0e33f2d490e54e54782243d6  badwolf-0.4.0.tar.gz"
-- 
2.24.1
Details
Message ID
<20191226035324.6725865e@enterprise>
In-Reply-To
<20191226024404.6125-1-contact@hacktivis.me> (view parent)
DKIM signature
missing
Download raw message
On Thu, 26 Dec 2019 02:44:04 +0000
"Haelwenn (lanodan) Monnier" <contact@hacktivis.me> wrote:

> https://hacktivis.me/projects/badwolf
> Minimalist and privacy-oriented WebKitGTK+ browser
> ---
>  testing/badwolf/APKBUILD | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>  create mode 100644 testing/badwolf/APKBUILD
> 
> diff --git a/testing/badwolf/APKBUILD b/testing/badwolf/APKBUILD
> new file mode 100644
> index 00000000..c937225c
> --- /dev/null
> +++ b/testing/badwolf/APKBUILD
> @@ -0,0 +1,24 @@
> +# Maintainer: Haelwenn (lanodan) Monnier
> <contact+alpine@hacktivis.me> +pkgname=badwolf
> +pkgver=0.4.0
> +pkgrel=0
> +pkgdesc="A minimalist and privacy-oriented WebKit browser"
> +url="https://hacktivis.me/projects/badwolf"
> +arch="all"
> +license="BSD-3-Clause"
> +depends="webkit2gtk"

This can problably be removed

> +makedepends="webkit2gtk-dev"
> +subpackages="$pkgname-doc"
> +install=""

Variable can be removed for brevity

> +options="!check" # unit tests coming in next release
> +source="https://hacktivis.me/releases/$pkgname-$pkgver.tar.gz"
> +
> +build() {
> +	make PREFIX=/usr CFLAGS="$CFLAGS"
> +}
> +
> +package() {
> +	make PREFIX=/usr DESTDIR="$pkgdir" install
> +}
> +
> +sha256sums="68fd3f1ffeec3990213213ab7932a922bb61859e0e33f2d490e54e54782243d6
>  badwolf-0.4.0.tar.gz"

[PATCH v2] testing/badwolf: new aport

Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Details
Message ID
<20191226033328.13961-1-contact@hacktivis.me>
In-Reply-To
<20191226035324.6725865e@enterprise> (view parent)
DKIM signature
missing
Download raw message
Patch: +22 -0
https://hacktivis.me/projects/badwolf
Minimalist and privacy-oriented WebKitGTK+ browser
---
 testing/badwolf/APKBUILD | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 testing/badwolf/APKBUILD

diff --git a/testing/badwolf/APKBUILD b/testing/badwolf/APKBUILD
new file mode 100644
index 00000000..620f00a7
--- /dev/null
+++ b/testing/badwolf/APKBUILD
@@ -0,0 +1,22 @@
# Maintainer: Haelwenn (lanodan) Monnier <contact+alpine@hacktivis.me>
pkgname=badwolf
pkgver=0.4.0
pkgrel=0
pkgdesc="Minimalist and privacy-oriented WebKit browser"
url="https://hacktivis.me/projects/badwolf"
arch="all"
license="BSD-3-Clause"
makedepends="webkit2gtk-dev"
subpackages="$pkgname-doc"
options="!check" # unit tests coming in next release
source="https://hacktivis.me/releases/$pkgname-$pkgver.tar.gz"

build() {
	make PREFIX=/usr CFLAGS="$CFLAGS"
}

package() {
	make PREFIX=/usr DESTDIR="$pkgdir" install
}

sha256sums="68fd3f1ffeec3990213213ab7932a922bb61859e0e33f2d490e54e54782243d6  badwolf-0.4.0.tar.gz"
-- 
2.24.1
Reply to thread Export thread (mbox)