16 lines
533 B
Bash
16 lines
533 B
Bash
# Template file for 'npapi-sdk'
|
|
pkgname=npapi-sdk
|
|
version=0.27.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="Netscape Plugin API (NPAPI)"
|
|
maintainer="oliver JH <ohemming@gmail.com>"
|
|
license="BSD-3-Clause, MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
|
|
homepage="https://github.com/mgorny/npapi-sdk"
|
|
distfiles="https://github.com/mgorny/npapi-sdk/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
|
checksum=01bf34bdd0fcaa546ba3d5c96f5d91f91dd117d4ed5ffe13f56bbd5aa566ae77
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|