mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
17 lines
580 B
Bash
17 lines
580 B
Bash
# Template file for 'cinnamon-translations'
|
|
pkgname=cinnamon-translations
|
|
version=6.4.1
|
|
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}/cinnamon-translations-${version}.tar.gz"
|
|
checksum=ef2b9e78a4d9bdb0e4374e8d387405f2de16471526dc36aa9b32f9718fa586e3
|
|
|
|
do_install() {
|
|
vmkdir usr
|
|
vcopy usr/share usr
|
|
}
|