mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 14:02:39 +01:00
Initial PKGBUILD status as of 28.11.2014
This commit is contained in:
commit
b2bd395ec2
2 changed files with 35 additions and 0 deletions
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pkgbase = fortune-mod-xfiles
|
||||
pkgdesc = A collection of fortune cookies from X-Files
|
||||
pkgver = 0
|
||||
pkgrel = 3
|
||||
url = http://www.splitbrain.org/projects/fortunes/xfiles
|
||||
arch = any
|
||||
license = unknown
|
||||
depends = fortune-mod
|
||||
source = http://www.splitbrain.org/_media/projects/fortunes/fortune-xfiles.tgz
|
||||
md5sums = dfbe17a0b0b78e5914d0838852becb7b
|
||||
|
||||
pkgname = fortune-mod-xfiles
|
||||
|
||||
22
PKGBUILD
Normal file
22
PKGBUILD
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
|
||||
# Contributor: dale <dale@archlinux.org>
|
||||
|
||||
pkgname=fortune-mod-xfiles
|
||||
pkgver=0
|
||||
pkgrel=3
|
||||
pkgdesc="A collection of fortune cookies from X-Files"
|
||||
arch=('any')
|
||||
depends=('fortune-mod')
|
||||
url="http://www.splitbrain.org/projects/fortunes/xfiles"
|
||||
license=('unknown')
|
||||
source=(http://www.splitbrain.org/_media/projects/fortunes/fortune-xfiles.tgz)
|
||||
md5sums=('dfbe17a0b0b78e5914d0838852becb7b')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/fortune-xfiles
|
||||
|
||||
install -d "${pkgdir}"/usr/share/fortune
|
||||
cp "${srcdir}"/fortune-xfiles/xfiles* "${pkgdir}"/usr/share/fortune
|
||||
chmod 644 "${pkgdir}"/usr/share/fortune/*
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue