#!/bin/mkpkg # description: H.264 codec library from Cisco # url: https://www.openh264.org/ name=openh264 version=2.6.0 release=1 makedeps=(nasm) source=(https://github.com/cisco/openh264/archive/v$version/$name-$version.tar.gz) renames=($name-$version.tar.gz) sha256sums=( "558544ad358283a7ab2930d69a9ceddf913f4a51ee9bf1bfb9e377322af81a69" ) build() { cd $name-$version make CC=clang CXX=clang++ AR=llvm-ar \ PREFIX=/usr DESTDIR=$PKG install } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh