~alpine/aports

testing/libsbsms: new aport v1 REJECTED

Sol Fisher Romanoff <sol@solfisher.com>
Sol Fisher Romanoff: 1
 testing/libsbsms: new aport

 1 files changed, 38 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3612/mbox | git am -3
Learn more about email & git

[PATCH] testing/libsbsms: new aport Export this patch

Sol Fisher Romanoff <sol@solfisher.com>
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