19 lines
685 B
Bash
19 lines
685 B
Bash
# Template file for 'cinnamon-translations'
|
|
pkgname=cinnamon-translations
|
|
version=4.0.1
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
short_desc="Translations for Cinnamon and Nemo"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
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=d6e493502dad384d3c2173e43340090de5207656876f8090d3bcc45b27be20a6
|
|
|
|
do_install() {
|
|
vmkdir /usr/share/locale
|
|
cp -a usr/share/locale/* ${DESTDIR}/usr/share/locale
|
|
}
|