void-packages/srcpkgs/cinnamon-translations/template

18 lines
547 B
Bash

# Template file for 'cinnamon-translations'
pkgname=cinnamon-translations
version=5.4.2
revision=1
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="https://github.com/linuxmint/cinnamon-translations/"
distfiles="https://github.com/linuxmint/cinnamon-translations/archive/${version}.tar.gz"
checksum=ef28ba08f32d1e2c8845d6a41742553b90f1afe8d3766d3d4df5c17ee5d565d3
do_install() {
vmkdir usr
vcopy usr/share usr
}