aboutsummaryrefslogtreecommitdiffstats
path: root/got-diminished
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-25 22:40:07 +0200
committerMattias Andrée <maandree@kth.se>2024-09-25 22:40:07 +0200
commit29fa855cdb2b02cb989fdd942382f2c404efbc29 (patch)
treefef3cc6d0ae050c12a08051b7f630ce0a8b2aad2 /got-diminished
parentUpdate e-mail address (diff)
downloadaur-packages-master.tar.gz
aur-packages-master.tar.bz2
aur-packages-master.tar.xz
add packagesHEADmaster
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'got-diminished')
-rw-r--r--got-diminished/PKGBUILD28
l---------got-diminished/upload1
2 files changed, 29 insertions, 0 deletions
diff --git a/got-diminished/PKGBUILD b/got-diminished/PKGBUILD
new file mode 100644
index 0000000..13d2444
--- /dev/null
+++ b/got-diminished/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer: Mattias Andrée <`base64 -d`(bWF0dGlhcy5hbmRyZWU)@protonmail.com>
+
+pkgname=got-diminished
+pkgver=1396890724
+pkgrel=1
+pkgdesc="Extension for gates-of-tartaros to minimise memory usage after logging in"
+url="https://github.com/GNU-Pony/got-diminished"
+arch=(i686 x86_64 armv6h)
+license=(GPL3)
+depends=(glibc coreutils util-linux gates-of-tartaros)
+optdepends=(openssh)
+makedepends=(make sed coreutils gcc)
+source=("${url}/archive/${pkgver}.tar.gz")
+sha256sums=(5d143931d9ec8cd2dbf9347aabb269ba2180ef4a961547ac31467091ec537be4)
+
+
+build() {
+ cd "${srcdir}/got-diminished-${pkgver}"
+ make PKGNAME="${pkgname}" LIBEXEC=/bin
+}
+
+package() {
+ cd "${srcdir}/got-diminished-${pkgver}"
+ make PKGNAME="${pkgname}" LIBEXEC=/bin DESTDIR="${pkgdir}" LICENSES=/usr/share/licenses install
+ _dir="${pkgdir}/usr/share/licenses/${pkgname}"
+ ln -sf -- "/usr/share/licenses/common/GPL3" "${_dir}/LICENSE"
+}
+
diff --git a/got-diminished/upload b/got-diminished/upload
new file mode 120000
index 0000000..1e7a8be
--- /dev/null
+++ b/got-diminished/upload
@@ -0,0 +1 @@
+../upload \ No newline at end of file