This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.21)
|
cmake_minimum_required(VERSION 3.21)
|
||||||
|
|
||||||
project(shinoa VERSION 0.1.1 LANGUAGES CXX)
|
project(shinoa VERSION 0.1.2 LANGUAGES CXX)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@@ -1,5 +1,5 @@
|
|||||||
pkgname=shinoa-bin
|
pkgname=shinoa-bin
|
||||||
pkgver=0.1.1
|
pkgver=0.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Minimal Telegram terminal client built with ncurses and bundled TDLib'
|
pkgdesc='Minimal Telegram terminal client built with ncurses and bundled TDLib'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ It also refreshes a `latest/tdlib-latest.json` manifest with the newest publishe
|
|||||||
The repository also includes [`.gitea/workflows/release-app.yaml`](.gitea/workflows/release-app.yaml),
|
The repository also includes [`.gitea/workflows/release-app.yaml`](.gitea/workflows/release-app.yaml),
|
||||||
which downloads a prebuilt TDLib bundle from the `shinoa-tdlib` repository using a pinned
|
which downloads a prebuilt TDLib bundle from the `shinoa-tdlib` repository using a pinned
|
||||||
version tag such as `v1.8.63`, builds a
|
version tag such as `v1.8.63`, builds a
|
||||||
versioned app release tag such as `v0.1.1`, and publishes an archive containing `usr/bin/shinoa` plus the
|
versioned app release tag such as `v0.1.2`, and publishes an archive containing `usr/bin/shinoa` plus the
|
||||||
bundled `usr/lib/libtdjson.so*`. The root `PKGBUILD` installs that prebuilt release as
|
bundled `usr/lib/libtdjson.so*`. The root `PKGBUILD` installs that prebuilt release as
|
||||||
`shinoa-bin`. The package disables debug splitting with `options=(!debug)`. That workflow expects Gitea secrets named `TELEGRAM_API_ID` and
|
`shinoa-bin`. The package disables debug splitting with `options=(!debug)`. That workflow expects Gitea secrets named `TELEGRAM_API_ID` and
|
||||||
`TELEGRAM_API_HASH`. Release builds are configured to fail if those secrets are missing.
|
`TELEGRAM_API_HASH`. Release builds are configured to fail if those secrets are missing.
|
||||||
|
|||||||
Reference in New Issue
Block a user