20 lines
714 B
Bash
20 lines
714 B
Bash
# Template file for 'cinnamon-translations'
|
|
pkgname=cinnamon-translations
|
|
version=4.6.0
|
|
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=e5846c2e0fb9e8ec889495f724e9c26a4ba2cc87d2cb1cd4ce0a607fc535dee6
|
|
|
|
do_install() {
|
|
vmkdir /usr/share/locale
|
|
cp -a usr/share/locale/* ${DESTDIR}/usr/share/locale
|
|
}
|