void-packages/srcpkgs/cinnamon-translations/template

20 lines
714 B
Bash

# Template file for 'cinnamon-translations'
pkgname=cinnamon-translations
version=4.6.2
revision=1
archs=noarch
build_style=gnu-makefile
hostmakedepends="gettext"
short_desc="Translations for Cinnamon and Nemo"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
changelog="https://raw.githubusercontent.com/linuxmint/cinnamon-translations/${version}/debian/changelog"
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
checksum=f79b818c3339dec395a8739ebfdb9079e236eeb9608768d76fecfe77dc231cb4
do_install() {
vmkdir /usr/share/locale
cp -a usr/share/locale/* ${DESTDIR}/usr/share/locale
}