Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
config_directory="$(dirname "$(realpath "$0")")"
port=2222
while [[ "$#" -gt 0 ]]; do
case "$1" in
-c|--config-directory)
config_directory="$2"
shift
@zhanghai
zhanghai / PKGBUILD
Created August 29, 2021 10:30
ibus 1.5.25-2 PKGBUILD with candidate panel position fix
# Maintainer: Felix Yan <[email protected]>
pkgbase=ibus
pkgname=(ibus libibus)
pkgver=1.5.25
pkgrel=2
pkgdesc="Next Generation Input Bus for Linux"
arch=('x86_64')
url="https://github.com/ibus/ibus/wiki"
license=('LGPL')