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

[PATCH] testing/libsbsms: new aport

Sol Fisher Romanoff <sol@solfisher.com>
Details
Message ID
<20210819102248.12973-1-sol@solfisher.com>
DKIM signature
missing
Download raw message
Patch: +38 -0
https://github.com/claytonotey/libsbsms
Library for time stretching and pitch scaling of audio
---
 testing/libsbsms/APKBUILD | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 testing/libsbsms/APKBUILD

diff --git a/testing/libsbsms/APKBUILD b/testing/libsbsms/APKBUILD
new file mode 100644
index 0000000000..42873f948a
--- /dev/null
+++ b/testing/libsbsms/APKBUILD
@@ -0,0 +1,38 @@
# Contributor: Sol Fisher Romanoff <sol@solfisher.com>
# Maintainer: Sol Fisher Romanoff <sol@solfisher.com>
pkgname=libsbsms
pkgver=2.3.0
pkgrel=0
pkgdesc="Library for time stretching and pitch scaling of audio"
url="https://github.com/claytonotey/libsbsms"
arch="all"
license="GPL-2.0-or-later"
depends=""
makedepends=""
checkdepends=""
install=
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/claytonotey/libsbsms/archive/refs/tags/$pkgver.tar.gz"

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
}

check() {
	make check
}

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

sha512sums="
e5b544c2bdbaa2169236987c7a043838c8d1761b25280c476d7a32656d482c6485cb33f579ea9d1ce586ec7b2913ed8fdcf1abe5c7cc8b9e4eef9ce87de54627  libsbsms-2.3.0.tar.gz
"
-- 
2.33.0
Details
Message ID
<162941003485.6885.3150741775254849952.gitlab.24382.81e9aaa9418c4cf392929d787cd66c3522073f8e@listserv.local>
In-Reply-To
<20210819102248.12973-1-sol@solfisher.com> (view parent)
DKIM signature
missing
Download raw message
On Thu, 19 Aug 2021 13:22:48 +0300, Sol Fisher Romanoff wrote:
> +makedepends=""
> +checkdepends=""
> +install=

Please remove empty variables

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