mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/libtg_owt to 0.git8.d578c76-1
This commit is contained in:
parent
609e0111a4
commit
b5a23dcbb9
1 changed files with 4 additions and 4 deletions
|
@ -5,9 +5,9 @@
|
|||
# - disable neon (-DTG_OWT_ARCH_ARMV7_USE_NEON=OFF)
|
||||
|
||||
pkgname=libtg_owt
|
||||
_commit=575fb17
|
||||
pkgver=0.git7.${_commit}
|
||||
pkgrel=2
|
||||
_commit=d578c76
|
||||
pkgver=0.git8.${_commit}
|
||||
pkgrel=1
|
||||
pkgdesc='WebRTC library'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/desktop-app/tg_owt'
|
||||
|
@ -47,5 +47,5 @@ build() {
|
|||
package() {
|
||||
cd tg_owt
|
||||
DESTDIR="${pkgdir}/" ninja -C build install
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/license/$pkgname/LICENSE
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue