New package: fntsample-5.2 (#1080)
This commit is contained in:
parent
23de10612c
commit
701de128cf
1 changed files with 30 additions and 0 deletions
30
srcpkgs/fntsample/template
Normal file
30
srcpkgs/fntsample/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'fntsample'
|
||||
pkgname=fntsample
|
||||
version=5.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DUNICODE_BLOCKS=../Blocks.txt"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="cairo-devel fontconfig-devel freetype-devel glib-devel pango-devel"
|
||||
short_desc="PDF and PostScript font samples generator"
|
||||
maintainer="svenper <svenper@tuta.io>"
|
||||
license="GPL-3.0-or-later, BSD-3-Clause"
|
||||
homepage="https://github.com/eugmes/fntsample"
|
||||
changelog="https://raw.githubusercontent.com/eugmes/fntsample/master/ChangeLog"
|
||||
distfiles="https://github.com/eugmes/fntsample/archive/release/${version}.tar.gz
|
||||
https://unicode.org/Public/11.0.0/ucd/Blocks.txt
|
||||
https://unicode.org/terms_of_use.html"
|
||||
skip_extraction="Blocks.txt
|
||||
terms_of_use.html"
|
||||
checksum="f5d6da0ea61235b050e3b3334349c2545786e18da23d4ef9ff0a0b4ca6e7f0cb
|
||||
0b457b66c788a97c8521e265f0b793d4ed911356d39eb61029f9cef8554cd052
|
||||
341d64a621d779d29ed33b771798a0bc5c2acf88f28a00f355d0f70c14fe8a06"
|
||||
|
||||
post_extract() {
|
||||
mv ${XBPS_BUILDDIR}/fntsample-release-${version} ${wrksrc}
|
||||
mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Blocks.txt ${wrksrc}/
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/terms_of_use.html
|
||||
}
|
Loading…
Add table
Reference in a new issue