summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD33
-rw-r--r--fmon-1.4.tar.gzbin0 -> 64333 bytes
3 files changed, 45 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8cfd63666883
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = fmon
+ pkgdesc = A quick, easy, and multi-threaded method to poll file modification.
+ pkgver = 1.4
+ pkgrel = 1
+ url = https://github.com/lvlrk/fmon
+ install = .INSTALL
+ arch = any
+ license = GPL
+ source = fmon-1.4.tar.gz
+ md5sums = 3db1a4f4fb0a456dc65a41746e702b9e
+
+pkgname = fmon
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..fa7bc0448265
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,33 @@
+# Maintainer: Devin Hill lvlrk4u@proton.me
+pkgname='fmon'
+pkgver=1.4
+pkgrel=1
+pkgdesc="A quick, easy, and multi-threaded
+method to poll file modification."
+arch=('any')
+url="https://github.com/lvlrk/fmon"
+license=('GPL')
+groups=()
+depends=()
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install='.INSTALL'
+changelog=
+source=($pkgname-$pkgver.tar.gz)
+noextract=()
+md5sums=(3db1a4f4fb0a456dc65a41746e702b9e)
+
+build() {
+ cd "$pkgname-$pkgver"
+ make clean all
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ sudo make clean DESTDIR="$pkgdir/" install lib-install
+}
diff --git a/fmon-1.4.tar.gz b/fmon-1.4.tar.gz
new file mode 100644
index 000000000000..1e83393c9bdd
--- /dev/null
+++ b/fmon-1.4.tar.gz
Binary files differ