~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
5

[PATCH v2] testing/sponskrub: new aport

Details
Message ID
<20211218203702.11700-1-sebastian@sebsite.pw>
DKIM signature
missing
Download raw message
Patch: +24 -0
Signed-off-by: Sebastian <sebastian@sebsite.pw>
---
 testing/sponskrub/APKBUILD | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 testing/sponskrub/APKBUILD

diff --git a/testing/sponskrub/APKBUILD b/testing/sponskrub/APKBUILD
new file mode 100644
index 00000000..4c0ad267
--- /dev/null
+++ b/testing/sponskrub/APKBUILD
@@ -0,0 +1,24 @@
# Contributor: Sebastian Hudak <sebastian@sebsite.pw>
# Maintainer: Sebastian Hudak <sebastian@sebsite.pw>
pkgname=sponskrub
pkgver=3.7.2
pkgrel=0
_commit=959f22173bba873808b614bf1172f0ec03067824
pkgdesc="Command line utility to strip out advertisements from downloaded YouTube videos"
url="https://github.com/faissaloo/SponSkrub"
arch="x86_64"
license="GPL-3.0-only"
makedepends="dub ldc"
source="$pkgname-$_commit.tar.gz::https://github.com/faissaloo/SponSkrub/archive/$_commit.tar.gz"
builddir="$srcdir/SponSkrub-$_commit"
options="!check" # No tests

build() {
	dub build sponskrub:sponskrub
}

package() {
	install -Dm755 sponskrub "$pkgdir"/usr/bin/sponskrub
}

sha512sums="66bc6a140807acf275ffb442897507f7f18192799aa2448129c60c3ca821e7c9971dd85ff887041989e45caf8dac10e141d65a57207775fbc315cfdeedcfb3e3  sponskrub-959f22173bba873808b614bf1172f0ec03067824.tar.gz"
-- 
2.34.1
Details
Message ID
<163988289487.14324.823719556099816573.gitlab.28631.e74505496bc1744e702f28bd25a0c268a04d6451@listserv.local>
In-Reply-To
<20211218203702.11700-1-sebastian@sebsite.pw> (view parent)
DKIM signature
missing
Download raw message
On Sat, 18 Dec 2021 15:37:02 -0500, Sebastian wrote:
> +pkgdesc="Command line utility to strip out advertisements from downloaded YouTube videos"
> +url="https://github.com/faissaloo/SponSkrub"
> +arch="x86_64"

```suggestion:-0+0
arch="x86_64" # limited by dub
```

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28631#note_199674
Details
Message ID
<163988289503.14324.14239723667910924353.gitlab.28631.6a9cd33c939974709377a0747d2bd1c5224b45ce@listserv.local>
In-Reply-To
<20211218203702.11700-1-sebastian@sebsite.pw> (view parent)
DKIM signature
missing
Download raw message
On Sat, 18 Dec 2021 15:37:02 -0500, Sebastian wrote:
> +pkgrel=0
> +_commit=959f22173bba873808b614bf1172f0ec03067824
> +pkgdesc="Command line utility to strip out advertisements from downloaded YouTube videos"

```suggestion:-0+0
pkgdesc="Command-line utility to strip out advertisements from downloaded YouTube videos"
```

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28631#note_199675
Details
Message ID
<163988289517.14324.17541741925035106638.gitlab.28631.7efeb489b7438d86722a1e6dfe4821718baf0e5a@listserv.local>
In-Reply-To
<20211218203702.11700-1-sebastian@sebsite.pw> (view parent)
DKIM signature
missing
Download raw message
On Sat, 18 Dec 2021 15:37:02 -0500, Sebastian wrote:
> +url="https://github.com/faissaloo/SponSkrub"
> +arch="x86_64"
> +license="GPL-3.0-only"

```suggestion:-0+0
license="GPL-3.0-or-later"
```

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28631#note_199672
Details
Message ID
<163988289531.14324.9930162349296672633.gitlab.28631.89dfbe346eec5899e7e0773a876ed75e723e7e2c@listserv.local>
In-Reply-To
<20211218203702.11700-1-sebastian@sebsite.pw> (view parent)
DKIM signature
missing
Download raw message
On Sat, 18 Dec 2021 15:37:02 -0500, Sebastian wrote:
> +pkgver=3.7.2
> +pkgrel=0
> +_commit=959f22173bba873808b614bf1172f0ec03067824

Please use the latest stable release.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28631#note_199673
Details
Message ID
<163988508694.14324.186796889130556995.gitlab.28631.aaf549f8796728407d33ee6fba019131c459c0e7@listserv.local>
In-Reply-To
<20211218203702.11700-1-sebastian@sebsite.pw> (view parent)
DKIM signature
missing
Download raw message
Superseded by https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28634

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28631#note_199679
Reply to thread Export thread (mbox)