pkgs/srcpkgs/musl-locales/template
2023-11-19 22:04:06 -05:00

24 lines
738 B
Bash

# Template file for 'musl-locales'
pkgname=musl-locales
version=2020.10.05
revision=2
archs="x86_64-musl aarch64-musl"
wrksrc=${pkgname}-master
_conf_dir="etc/default/"
build_style=cmake
makedepends="gettext-devel musl-devel"
depends="gettext"
short_desc="Musl C library - locale data files"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
license="MIT, LGPL-3.0-or-later"
homepage="https://gitlab.com/rilian-la-te/musl-locales"
distfiles=${homepage}/-/archive/master/${pkgname}-master.tar.gz
checksum=b51eb8893e2dbc4150f2378655b2a03df5468c519d7c8b5a106b285b6d191a15
repository="cereus-extra"
post_install() {
vlicense LICENSE
vlicense LICENSE.MIT
vmkdir ${_conf_dir}
vinstall ${FILESDIR}/${pkgname} 644 ${_conf_dir} ${pkgname}
}