This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 7zip 25.01-1.1 | |
| a52dec 0.8.0-2 | |
| aalib 1.4rc5-18 | |
| aardvark-dns 1.13.1-1 | |
| abseil-cpp 20240722.0-1 | |
| accounts-qml-module 0.7-6 | |
| accountsservice 23.13.9-2 | |
| acl 2.3.2-1 | |
| adobe-source-code-pro-fonts 2.042u+1.062i+1.026vf-2 | |
| adwaita-cursors 47.0-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Alexander Jacocks <alexander@redhat.com> | |
| # Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr> | |
| # Contributor: Alex Stelmachonak <mail@ava1ar.me> | |
| # Contributor: Lukas Fleischer <lfleischer@archlinux.org> | |
| # Contributor: Andrea Scarpino <andrea@archlinux.org> | |
| # Contributor: Dale Blount <dale@archlinux.org> | |
| # Contributor: Manolis Tzanidakis | |
| # Contributor: Leonid Isaev | |
| pkgname=autofs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: snafu | |
| # Contributor: Hyacinthe Cartiaux <hyacinthe dot cartiaux at free dot fr> | |
| pkgname=env-modules | |
| pkgver=5.6.0 | |
| pkgrel=2 | |
| pkgdesc="Provides for an easy dynamic modification of a user's environment via modulefile." | |
| arch=('i686' 'x86_64') | |
| url="https://envmodules.io/" | |
| license=('GPL-2.0') | |
| depends=('tcl>=8.5' 'procps') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # shellcheck shell=bash | |
| ################################################################################ | |
| # oar_completion.sh - bash completion script for OAR commands. | |
| ################################################################################ | |
| # Copyright (C) 2025 Hyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu> | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ACTION="${1:-backup}" | |
| # Backup configuration | |
| declare TARGET="backup-perso" | |
| declare MNTPOINT="/mnt/usbdisk" | |
| declare SRC=~ | |
| # Device configurations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: hcra <hcra at u53r dot space> | |
| # Contributor: Hyacinthe Cartiaux <hyacinthe dot cartiaux at free dot fr> | |
| pkgname=netcalc | |
| pkgver=2.1.7 | |
| pkgrel=1 | |
| pkgdesc="IP network calculator - Simplified clone of sipcalc with ipcalc looks." | |
| arch=('x86_64') | |
| url="https://github.com/troglobit/netcalc" | |
| license=('BSD-3-Clause') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: milouse <etienne at depar dot is> | |
| # Maintainer: peshane <social at peshane dot net> | |
| # Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr> | |
| pkgname=luniistore | |
| pkgver=4.0.312 | |
| pkgrel=1 | |
| pkgdesc="Manage your Lunii's My Fabulous Storyteller content or buy new ones" | |
| arch=('x86_64') | |
| url="https://www.lunii.fr" | |
| license=('unknown') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash --posix | |
| # Time-stamp: <Thu 2024-09-26 11:28:19 hcartiaux> | |
| ################################################################################ | |
| # Collect power consumption values using the PDUs in CDC-S02-005 | |
| ################################################################################ | |
| #set -x | |
| COMMAND=$(basename "$0") | |
| SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
| RACKS_LIST="A02 A04 A05 A07-A A07-B A09 A11 A12 A14 B02 B04 B05 B07 B09 B11 B12 B14 C02 C05 C07 C09 C11 C12 C14 D02 D04 D05 D07 D09 D11 D12 D14" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Ian Watt <ian at ewatt.ca> | |
| # Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr> | |
| # Contributor: Jonathan Steel <jsteel at archlinux.org> | |
| _pkgname=vagrant | |
| pkgname=vagrant-git | |
| pkgver=2.4.2.dev+000013.26a1ff10.69.g71150ee3d | |
| pkgrel=1 | |
| pkgdesc="Build and distribute virtualized development environments" | |
| arch=('x86_64') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # Script to remove GPG user (recipient) with git-crypt | |
| # | |
| # It will re-initialize git-crypt for the repository and re-add all keys except | |
| # the one requested for removal. | |
| # | |
| # Note: You still need to change all your secrets to fully protect yourself. | |
| # Removing a user will prevent them from reading future changes but they will | |
| # still have a copy of the data up to the point of their removal. |
NewerOlder