mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/mint-y-icons: Add subpackage doc
This commit is contained in:
parent
547a510e2d
commit
ffdb9a67c8
@ -1,7 +1,7 @@
|
||||
# Maintainer: Raymond Hackley <RaymondHackley0689@protonmail.com>
|
||||
pkgname=mint-y-icons
|
||||
pkgver=1.5.9
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mint-Y icon theme"
|
||||
options="!check" # It is an icon theme
|
||||
url="https://github.com/linuxmint/mint-y-icons"
|
||||
@ -10,10 +10,16 @@ license="GPL-3.0-or-later"
|
||||
_mint_y_icons_commit="36cdc3c1978dfd9d62469fdf8bf641b97742b7a7"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/mint-y-icons/archive/$_mint_y_icons_commit.tar.gz"
|
||||
builddir="$srcdir"/$pkgname-$_mint_y_icons_commit
|
||||
subpackages="$pkgname-doc"
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
mv -v "$builddir"/usr "$pkgdir"/
|
||||
|
||||
install -Dm644 "$builddir"/debian/changelog \
|
||||
"$pkgdir"/usr/share/doc/"$pkgname"/changelog
|
||||
install -Dm644 "$builddir"/debian/copyright \
|
||||
"$pkgdir"/usr/share/doc/"$pkgname"/copyright
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user