mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix formatting issue
This commit is contained in:
parent
5efb262a8d
commit
749ae4a5ad
1 changed files with 29 additions and 29 deletions
58
PKGBUILD
58
PKGBUILD
|
|
@ -1,32 +1,32 @@
|
|||
pkgname=mbelib-neo-git
|
||||
pkgver=r17.131e619
|
||||
pkgrel=1
|
||||
pkgdesc="P25 Phase 1 and ProVoice IMBE and Half-rate AMBE vocoder library (modernized fork)"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/arancormonk/mbelib-neo"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('glibc')
|
||||
makedepends=('cmake' 'git')
|
||||
provides=('mbelib-neo' 'mbelib')
|
||||
conflicts=('mbelib-neo' 'mbelib')
|
||||
options=('staticlibs')
|
||||
source=("$pkgname::git+https://github.com/arancormonk/mbelib-neo.git")
|
||||
sha256sums=('SKIP')
|
||||
pkgname=mbelib-neo-git
|
||||
pkgver=r17.131e619
|
||||
pkgrel=1
|
||||
pkgdesc="P25 Phase 1 and ProVoice IMBE and Half-rate AMBE vocoder library (modernized fork)"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/arancormonk/mbelib-neo"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('glibc')
|
||||
makedepends=('cmake' 'git')
|
||||
provides=('mbelib-neo' 'mbelib')
|
||||
conflicts=('mbelib-neo' 'mbelib')
|
||||
options=('staticlibs')
|
||||
source=("$pkgname::git+https://github.com/arancormonk/mbelib-neo.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "$pkgname"
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
pkgver() {
|
||||
cd "$pkgname"
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
build() {
|
||||
cmake -B build -S "$pkgname" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DMBELIB_BUILD_TESTS=OFF \
|
||||
-DMBELIB_BUILD_EXAMPLES=OFF
|
||||
cmake --build build
|
||||
}
|
||||
build() {
|
||||
cmake -B build -S "$pkgname" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DMBELIB_BUILD_TESTS=OFF \
|
||||
-DMBELIB_BUILD_EXAMPLES=OFF
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
}
|
||||
package() {
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue