summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bc822f7ef794ec2ce86e2ba86eecb213d0f92287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: twa022 <twa022 at gmail dot com>

_pkgname=mint-y-icons
pkgname=${_pkgname}-git
pkgver=46.704e216
pkgrel=1
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set"
arch=('any')
url="https://github.com/linuxmint/mint-y-icons"
license=('GPL3')
depends=()
makedepends=()
optdepends=("mint-x-icons: Mint-Y inherits missing icons from Mint-X")
conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("${_pkgname}"::git+https://github.com/linuxmint/mint-y-icons.git)
sha256sums=('SKIP')

pkgver() {
  cd "${srcdir}/${_pkgname}"
  echo $(git rev-list --count master).$(git rev-parse --short master)
}

package() {
  cd ${srcdir}/${_pkgname}

  cp -aR ./usr ${pkgdir}
}