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