txtsd

Results 225 comments of txtsd

gitea with host=codeberg.org works for me

But also SPDX expressions like `MIT OR GPL-3.0-or-later WITH GPL-3.0-linking-source-exception` are valid. EDIT: along with parentheses

I found out this happens because of line 4. The variable needs to be quoted, but that is not necessary as far as bash is concerned. Can you make it...

Here it is: ``` # Maintainer: txtsd pkgname=android_translation_layer _pkgname=${pkgname//-/_} pkgver=r651.e541d87f pkgrel=2 _commit=e541d87fc255160ca0559015db0cc57042246fff pkgdesc='A translation layer for running Android apps on a Linux system' url='https://gitlab.com/android_translation_layer/android_translation_layer' arch=(x86_64 aarch64 armv7h) license=('GPL-3.0-or-later') # libopensles-standalone...

Yes, it is recommended for user defined variables to start with an underscore.

Yes that seems okay for now. We can move them later when we handle packaging.

@orhun Gentle nudge~