mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 23:22:24 +01:00
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=docs
|
|
pkgver=0.2
|
|
pkgrel=3
|
|
pkgdesc="Meta package for pulling in all documentation"
|
|
url="https://alpinelinux.org"
|
|
arch="all"
|
|
license="MIT"
|
|
depends="mandoc" # It was previously called man
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|