mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
got: update to 0.98.2
This commit is contained in:
parent
3065d3f5a7
commit
625f95b4ee
2 changed files with 13 additions and 3 deletions
10
srcpkgs/got/patches/landlock.patch
Normal file
10
srcpkgs/got/patches/landlock.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/compat/landlock.c
|
||||||
|
+++ b/compat/landlock.c
|
||||||
|
@@ -15,6 +15,7 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <linux/landlock.h>
|
||||||
|
+#include <linux/unistd.h>
|
||||||
|
|
||||||
|
#include <sys/prctl.h>
|
||||||
|
#include <sys/syscall.h>
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'got'
|
# Template file for 'got'
|
||||||
pkgname=got
|
pkgname=got
|
||||||
version=0.95
|
version=0.98.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="byacc pkg-config"
|
hostmakedepends="byacc pkg-config"
|
||||||
makedepends="libmd-devel zlib-devel libuuid-devel libbsd-devel ncurses-devel openssl-devel libevent-devel"
|
makedepends="libmd-devel zlib-devel libuuid-devel libbsd-devel ncurses-devel openssl-devel libevent-devel libtls-devel"
|
||||||
short_desc="VCS which prioritizes ease of use and simplicity over flexibility"
|
short_desc="VCS which prioritizes ease of use and simplicity over flexibility"
|
||||||
maintainer="Omar Polo <op@omarpolo.com>"
|
maintainer="Omar Polo <op@omarpolo.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://gameoftrees.org"
|
homepage="https://gameoftrees.org"
|
||||||
changelog="https://gameoftrees.org/releases/CHANGES"
|
changelog="https://gameoftrees.org/releases/CHANGES"
|
||||||
distfiles="https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"
|
distfiles="https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"
|
||||||
checksum=e689fd7dfefa380166a1a293c153348540862e2019189cedebe8c2c76372820e
|
checksum=ff5d4ad9922edf1c8055b2398650972fd463c809590dbe78e2eab1bf78a150c8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n '/Copyright/,/PERFORMANCE/p' got/got.c > LICENSE
|
sed -n '/Copyright/,/PERFORMANCE/p' got/got.c > LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue