mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 15:42:45 +01:00
Initial PKGBUILD status as of 28.11.2014
This commit is contained in:
commit
e802cd293d
2 changed files with 32 additions and 0 deletions
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pkgbase = mencal
|
||||
pkgdesc = A simple variation of the well-known unix command cal, with periodically repeating days highlighted in color
|
||||
pkgver = 2.4
|
||||
pkgrel = 1
|
||||
url = http://kyberdigi.cz/projects/mencal
|
||||
arch = any
|
||||
license = GPL
|
||||
depends = perl
|
||||
source = http://kyberdigi.cz/projects/mencal/files/mencal-2.4.tar.gz
|
||||
sha256sums = dcb603fcfb36f5bdce69e22ff52ff12b953de08531392d94557c29e5de492c69
|
||||
|
||||
pkgname = mencal
|
||||
|
||||
19
PKGBUILD
Normal file
19
PKGBUILD
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
|
||||
|
||||
pkgname=mencal
|
||||
pkgver=2.4
|
||||
pkgrel=1
|
||||
pkgdesc="A simple variation of the well-known unix command cal, with periodically repeating days highlighted in color"
|
||||
arch=('any')
|
||||
url="http://kyberdigi.cz/projects/mencal"
|
||||
license=('GPL')
|
||||
depends=('perl')
|
||||
source=(http://kyberdigi.cz/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('dcb603fcfb36f5bdce69e22ff52ff12b953de08531392d94557c29e5de492c69')
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
|
||||
install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue