mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 11:11:40 +01:00
24 lines
356 B
Plaintext
24 lines
356 B
Plaintext
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=lang
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
pkgdesc="Meta package for translations"
|
|
url="http://alpinelinux.org"
|
|
arch="noarch"
|
|
license="GPL"
|
|
depends=""
|
|
makedepends=""
|
|
install=""
|
|
subpackages=""
|
|
source=""
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|