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

[PATCH] testing/sponskrub: new aport

Details
Message ID
<20211211153513.7200-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 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
Details
Message ID
<164185200805.985.17552769195000346882.gitlab.28363.484474d1067b368d3d322fea5e8b12cbff9fdfe6@listserv.local>
In-Reply-To
<20211211153513.7200-1-sebastian@sebsite.pw> (view parent)
DKIM signature
missing
Download raw message
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
Details
Message ID
<72C9529C-0825-4151-A475-4F8173018EB4@sebsite.pw>
In-Reply-To
<164185200805.985.17552769195000346882.gitlab.28363.484474d1067b368d3d322fea5e8b12cbff9fdfe6@listserv.local> (view parent)
DKIM signature
missing
Download raw message
This MR can be closed; it was superseded by !28634 which has been merged.
- Sebastian
Details
Message ID
<164185510194.985.15659326725433265421.gitlab.28363.484474d1067b368d3d322fea5e8b12cbff9fdfe6@listserv.local>
In-Reply-To
<164185200805.985.17552769195000346882.gitlab.28363.484474d1067b368d3d322fea5e8b12cbff9fdfe6@listserv.local> (view parent)
DKIM signature
missing
Download raw message
Sebastian <sebastian@sebsite.pw> replied via email:

```
This MR can be closed; it was superseded by !28634 which has been merged.
- Sebastian

```

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