This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
3
3
[PATCH] testing/sponskrub: new aport
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 0000000000..5df10f5da0
--- /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="all"
+ 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
Sorry to bother you @mailinglist-bot,
but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@team/mentors`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net . If no further activity occurs in this MR, Alpine developers may close it in the future.
Thanks for your contribution.
--
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28363#note_205364
This MR can be closed; it was superseded by !28634 which has been merged.
- Sebastian