19 lines
688 B
Bash
19 lines
688 B
Bash
# Template file for 'cinnamon-translations'
|
|
pkgname=cinnamon-translations
|
|
version=4.2.2
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-makefile
|
|
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=0bfcca02894dcff4644a77560515ea33d4beed1365210cf17ea66b04bf52ee1d
|
|
|
|
do_install() {
|
|
vmkdir /usr/share/locale
|
|
cp -a usr/share/locale/* ${DESTDIR}/usr/share/locale
|
|
}
|