docs: github.com -> git.klemek.fr
This commit is contained in:
@@ -4,7 +4,7 @@ pkgrel=1
|
|||||||
pkgdesc="Fusion Of Real Time Generative Effects"
|
pkgdesc="Fusion Of Real Time Generative Effects"
|
||||||
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
|
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
|
||||||
depends=('glfw>=1:3', 'v4l-utils>=1.32', 'alsa-lib>=1.2', 'libglvnd>=1.7')
|
depends=('glfw>=1:3', 'v4l-utils>=1.32', 'alsa-lib>=1.2', 'libglvnd>=1.7')
|
||||||
url="https://github.com/klemek/forge-steel"
|
url="https://git.klemek.fr/klemek/forge-steel"
|
||||||
source=("${pkgname}-steel-${pkgver}.tar.gz::https://git.klemek.fr/klemek/forge-steel/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
source=("${pkgname}-steel-${pkgver}.tar.gz::https://git.klemek.fr/klemek/forge-steel/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('fd1c794db083cb8fe5058a7139f42f5ab762e6fd66a733a0832d6d05ff9ae688')
|
sha256sums=('fd1c794db083cb8fe5058a7139f42f5ab762e6fd66a733a0832d6d05ff9ae688')
|
||||||
srcdir=build
|
srcdir=build
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ Here's a quick rundown of the process:
|
|||||||
|
|
||||||
### From release
|
### From release
|
||||||
|
|
||||||
See [Releases](https://github.com/klemek/forge-steel/releases)
|
See [Releases](https://git.klemek.fr/klemek/forge-steel/releases)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
tar xvzf forge-steel-x.y.z.tar.gz
|
tar xvzf forge-steel-x.y.z.tar.gz
|
||||||
@@ -132,7 +132,7 @@ make install
|
|||||||
### From repository (PKGBUILD)
|
### From repository (PKGBUILD)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone --recursive https://github.com/klemek/forge-steel
|
git clone --recursive https://git.klemek.fr/klemek/forge-steel
|
||||||
cd forge
|
cd forge
|
||||||
makepkg -si
|
makepkg -si
|
||||||
```
|
```
|
||||||
@@ -141,7 +141,7 @@ makepkg -si
|
|||||||
### From repository (dev version)
|
### From repository (dev version)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone --recursive https://github.com/klemek/forge-steel
|
git clone --recursive https://git.klemek.fr/klemek/forge-steel
|
||||||
cd forge
|
cd forge
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
@@ -457,11 +457,11 @@ FORGE (steel) describe the linux version.
|
|||||||
|
|
||||||
Verify you have the correct [requirements](#requirements) installed.
|
Verify you have the correct [requirements](#requirements) installed.
|
||||||
|
|
||||||
Then if you continue to have problems, you can [open an issue](https://github.com/klemek/forge-steel/issues).
|
Then if you continue to have problems, you can [open an issue](https://git.klemek.fr/klemek/forge-steel/issues).
|
||||||
|
|
||||||
### I didn't understand everything about your tutorial
|
### I didn't understand everything about your tutorial
|
||||||
|
|
||||||
Please [open an issue](https://github.com/klemek/forge-steel/issues) describing what your having trouble with,
|
Please [open an issue](https://git.klemek.fr/klemek/forge-steel/issues) describing what your having trouble with,
|
||||||
I'll try to answer and update the README.
|
I'll try to answer and update the README.
|
||||||
|
|
||||||
### My nanoKontrol2 is acting strange
|
### My nanoKontrol2 is acting strange
|
||||||
@@ -472,7 +472,7 @@ Use the [KORG KONTROL Editor](https://www.korg.com/us/support/download/software/
|
|||||||
|
|
||||||
### How do I report a bug?
|
### How do I report a bug?
|
||||||
|
|
||||||
You're free to open a new issue in the [Issues page](https://github.com/klemek/forge-steel/issues).
|
You're free to open a new issue in the [Issues page](https://git.klemek.fr/klemek/forge-steel/issues).
|
||||||
|
|
||||||
Don't forget to add all information available to your bug (version, operating system, etc.).
|
Don't forget to add all information available to your bug (version, operating system, etc.).
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# (shaders, video devices, textures, midi inputs, etc.)
|
# (shaders, video devices, textures, midi inputs, etc.)
|
||||||
# Every number based constant will be "one-based" (1,2,3,etc.)
|
# Every number based constant will be "one-based" (1,2,3,etc.)
|
||||||
# To read more, go to
|
# To read more, go to
|
||||||
# https://github.com/klemek/forge-steel
|
# https://git.klemek.fr/klemek/forge-steel
|
||||||
|
|
||||||
|
|
||||||
# ================
|
# ================
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# (shaders, video devices, textures, midi inputs, etc.)
|
# (shaders, video devices, textures, midi inputs, etc.)
|
||||||
# Every number based constant will be "one-based" (1,2,3,etc.)
|
# Every number based constant will be "one-based" (1,2,3,etc.)
|
||||||
# To read more, go to
|
# To read more, go to
|
||||||
# https://github.com/klemek/forge-steel
|
# https://git.klemek.fr/klemek/forge-steel
|
||||||
|
|
||||||
|
|
||||||
# ================
|
# ================
|
||||||
|
|||||||
Reference in New Issue
Block a user