diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /core/patch | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'core/patch')
| -rw-r--r-- | core/patch/.footprint | 7 | ||||
| -rw-r--r-- | core/patch/.signature | 6 | ||||
| -rw-r--r-- | core/patch/MAKEPKG | 34 |
3 files changed, 47 insertions, 0 deletions
diff --git a/core/patch/.footprint b/core/patch/.footprint new file mode 100644 index 0000000..590ebb0 --- /dev/null +++ b/core/patch/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root bin/ +-rwxr-xr-x root/root bin/patch +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/patch.1.gz diff --git a/core/patch/.signature b/core/patch/.signature new file mode 100644 index 0000000..905b15a --- /dev/null +++ b/core/patch/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mNIjSv39w6fgTVRwVUqf3oHlw+DptkEbOncHhQW+nxOI+9cxHfXkXjCq+ZN96KdH5ZLdAGcjl1DBuTOeM3Pptww= + +SHA256 (MAKEPKG) = ec602a310833b270aa02a88646256b4021e2b86271caf22ab5f1c218bf539875 +SHA256 (.footprint) = 09540f0f066097dd4d2b34cdf22b4917227c81bbced7a83b39d6d93406f56f8a +SHA256 (patch-2.8.tar.xz) = f87cee69eec2b4fcbf60a396b030ad6aa3415f192aa5f7ee84cad5e11f7f5ae3 +SHA256 (patch#2.8-1.pkg.tar.gz) = 96a10c124e725660b12d767a3acdafed2814c3bfe0fc32e85587192fa988bd5c diff --git a/core/patch/MAKEPKG b/core/patch/MAKEPKG new file mode 100644 index 0000000..1e8fd90 --- /dev/null +++ b/core/patch/MAKEPKG @@ -0,0 +1,34 @@ +#!/bin/mkpkg +# description: Utility for applying patches +# url: https://www.gnu.org/software/patch/ + +name=patch +version=2.8 +release=1 +depends=(attr) +source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) + +sha256sums=( + "f87cee69eec2b4fcbf60a396b030ad6aa3415f192aa5f7ee84cad5e11f7f5ae3" +) + +build() { + cd $name-$version + + ./configure \ + --prefix=/ \ + --mandir=/usr/share/man + + + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share/info +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
