Date: Monday, November 14, 2022 @ 23:16:21
  Author: kpcyrd
Revision: 1348315

archrelease: copy trunk to community-x86_64

Added:
  unhide/repos/community-x86_64/Makefile
    (from rev 1348314, unhide/trunk/Makefile)
  unhide/repos/community-x86_64/PKGBUILD
    (from rev 1348314, unhide/trunk/PKGBUILD)
Deleted:
  unhide/repos/community-x86_64/Makefile
  unhide/repos/community-x86_64/PKGBUILD

----------+
 Makefile |   50 +++++++++++++++++++++++++-------------------------
 PKGBUILD |   60 +++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 56 insertions(+), 54 deletions(-)

Deleted: Makefile
===================================================================
--- Makefile    2022-11-14 23:16:04 UTC (rev 1348314)
+++ Makefile    2022-11-14 23:16:21 UTC (rev 1348315)
@@ -1,25 +0,0 @@
-PREFIX ?= /usr/local
-
-BINS ?= unhide-linux unhide_rb unhide-tcp unhide-posix
-LINUX_SRC:= $(sort $(wildcard unhide-linux*.c))
-
-CFLAGS ?= -Wall
-CFLAGS += -Wall
-
-all: $(BINS)
-unhide-linux: $(LINUX_SRC) unhide-output.c
-unhide-linux: LDFLAGS += -pthread
-unhide-tcp: unhide-tcp.c unhide-tcp-fast.c unhide-output.c
-
-install:
-       install -d -m 755 '$(DESTDIR)$(PREFIX)'/bin
-       for bin in $(BINS); do \
-           install -m 755 $$bin '$(DESTDIR)$(PREFIX)'/bin/$$bin; \
-       done
-       for man in man/*.8 man/*/*.8; do \
-           lang=$${man%/*}; \
-           lang=$${lang#man}; \
-           manfile=$${man##*/}; \
-           install -d -m 755 '$(DESTDIR)$(PREFIX)'/share/man/$$lang/man8; \
-           install -m 644 $$man 
'$(DESTDIR)$(PREFIX)'/share/man/$$lang/man8/$$manfile; \
-       done

Copied: unhide/repos/community-x86_64/Makefile (from rev 1348314, 
unhide/trunk/Makefile)
===================================================================
--- Makefile                            (rev 0)
+++ Makefile    2022-11-14 23:16:21 UTC (rev 1348315)
@@ -0,0 +1,25 @@
+PREFIX ?= /usr/local
+
+BINS ?= unhide-linux unhide_rb unhide-tcp unhide-posix
+LINUX_SRC:= $(sort $(wildcard unhide-linux*.c))
+
+CFLAGS ?= -Wall
+CFLAGS += -Wall
+
+all: $(BINS)
+unhide-linux: $(LINUX_SRC) unhide-output.c
+unhide-linux: LDFLAGS += -pthread
+unhide-tcp: unhide-tcp.c unhide-tcp-fast.c unhide-output.c
+
+install:
+       install -d -m 755 '$(DESTDIR)$(PREFIX)'/bin
+       for bin in $(BINS); do \
+           install -m 755 $$bin '$(DESTDIR)$(PREFIX)'/bin/$$bin; \
+       done
+       for man in man/*.8 man/*/*.8; do \
+           lang=$${man%/*}; \
+           lang=$${lang#man}; \
+           manfile=$${man##*/}; \
+           install -d -m 755 '$(DESTDIR)$(PREFIX)'/share/man/$$lang/man8; \
+           install -m 644 $$man 
'$(DESTDIR)$(PREFIX)'/share/man/$$lang/man8/$$manfile; \
+       done

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 23:16:04 UTC (rev 1348314)
+++ PKGBUILD    2022-11-14 23:16:21 UTC (rev 1348315)
@@ -1,29 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-
-pkgname=unhide
-pkgver=20220611
-pkgrel=1
-pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by 
other techniques.'
-arch=('x86_64')
-url='https://github.com/YJesus/Unhide/'
-license=('GPL3')
-depends=('iproute2' 'lsof' 'psmisc' 'net-tools' 'procps-ng')
-source=("https://github.com/YJesus/Unhide/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
-        "Makefile")
-md5sums=('cb0fc465ef26e907ba2166551dc27369'
-         '68ec8dcd2f25d4d5dad089a8535d462f')
-
-prepare() {
-  cp -f Makefile Unhide-$pkgver/
-}
-
-build() {
-  cd Unhide-$pkgver
-  make
-}
-
-package() {
-  cd Unhide-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  ln -s unhide-linux "$pkgdir/usr/bin/unhide"
-}

Copied: unhide/repos/community-x86_64/PKGBUILD (from rev 1348314, 
unhide/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-14 23:16:21 UTC (rev 1348315)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+
+pkgname=unhide
+pkgver=20220611
+pkgrel=2
+pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by 
other techniques.'
+arch=('x86_64')
+url='https://github.com/YJesus/Unhide/'
+license=('GPL3')
+depends=('iproute2' 'lsof' 'psmisc' 'net-tools' 'procps-ng')
+source=("https://github.com/YJesus/Unhide/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
+        "Makefile")
+md5sums=('cb0fc465ef26e907ba2166551dc27369'
+         '68ec8dcd2f25d4d5dad089a8535d462f')
+sha256sums=('db0c29b6519982df07a9024d37b1e4618d40eaf13c2c01737ec79dcfba108eb6'
+            '6d2a37133a5cb05995bf0c8f8230820ce24b6f3369c49e84a6da7684d2bb6579')
+
+prepare() {
+  cp -f Makefile Unhide-$pkgver/
+}
+
+build() {
+  cd Unhide-$pkgver
+  make
+}
+
+package() {
+  cd Unhide-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  ln -s unhide-linux "$pkgdir/usr/bin/unhide"
+}

Reply via email to