mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 06:47:14 +08:00
23 lines
487 B
Bash
23 lines
487 B
Bash
#
|
|
# Chakra Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# maintainer: abveritas[at]chakra-project[dot]org>
|
|
|
|
pkgname=mirror-check
|
|
pkgver=0.4
|
|
pkgrel=1
|
|
pkgdesc="Checks whether the locally used mirror is synced with the main"
|
|
arch=('x86_64')
|
|
url="http://www.chakra-project.org"
|
|
license=('GPL2')
|
|
makedepends=('asciidoc')
|
|
source=('mirror-check')
|
|
md5sums=('65df3a0a6f4cfbdab679f8e82f4cb666')
|
|
|
|
package() {
|
|
cd ${srcdir}
|
|
|
|
install -m 755 -D mirror-check "$pkgdir/usr/bin/mirror-check"
|
|
|
|
}
|