aboutsummaryrefslogtreecommitdiffstats
path: root/main/lang/APKBUILD
blob: 1030c2172c306a81b0463cec27d225eadf334f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lang
pkgver=0.1
pkgrel=1
pkgdesc="Meta package for translations"
url="https://alpinelinux.org"
arch="noarch"
license="GPL-2.0-only"

package() {
	mkdir -p "$pkgdir"
}