summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Niskanen2015-07-21 14:22:49 +0300
committerLauri Niskanen2015-07-21 14:22:49 +0300
commit7233576045b2fbe9008b2ed365d5439f797865c7 (patch)
tree9193385d885ff33f1df362ed2f451a604229670a
downloadaur-7233576045b2fbe9008b2ed365d5439f797865c7.tar.gz
Import from old AUR
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3843fca54f97
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = fincore
+ pkgdesc = File IN CORE: show which blocks of a file are in core
+ pkgver = 1.9
+ pkgrel = 2
+ url = http://net.doit.wisc.edu/~plonka/fincore
+ arch = any
+ license = GPL
+ depends = perl-inline-c
+ source = http://net.doit.wisc.edu/~plonka/fincore/fincore
+ md5sums = 4d5f603189b0b552c5e792666cc8e289
+
+pkgname = fincore
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0be5b8be04dc
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Lauri Niskanen <ape@ape3000.com>
+
+pkgname=fincore
+pkgver=1.9
+pkgrel=2
+pkgdesc="File IN CORE: show which blocks of a file are in core"
+arch=(any)
+url="http://net.doit.wisc.edu/~plonka/fincore"
+license=('GPL')
+depends=('perl-inline-c')
+makedepends=()
+conflicts=()
+source=($url/fincore)
+md5sums=(4d5f603189b0b552c5e792666cc8e289)
+
+package() {
+ cd ${srcdir}/
+ install -D -m755 fincore ${pkgdir}/usr/bin/fincore
+}