~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

[PATCH v3] testing/sponskrub: new aport

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

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

build() {
	dub build sponskrub:sponskrub
}

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

sha512sums="5584dafed292201baeb36a1b5585d56070b4e3db9e5e2f1600dae6bdc21db43c4e7aa65eb1b881099f7211278613856422de2d53671fdda4f3b0aa3c85c8c5b4  sponskrub-3.7.2.tar.gz"
-- 
2.34.1
Reply to thread Export thread (mbox)