Kaynağa Gözat

Move packagecore config, update matrix

master
Arun Prakash Jana 5 yıl önce
ebeveyn
işleme
e8d5c453d7
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
3 değiştirilmiş dosya ile 7 ekleme ve 50 silme
  1. +1
    -1
      .circleci/config.yml
  2. +1
    -1
      README.md
  3. +5
    -48
      misc/packagecore/packagecore.yaml

+ 1
- 1
.circleci/config.yml Dosyayı Görüntüle

@@ -69,7 +69,7 @@ jobs:
# Use latest installed python3 from pyenv # Use latest installed python3 from pyenv
export PYENV_VERSION="$(pyenv versions | grep -Po '\b3\.\d+\.\d+' | tail -1)" export PYENV_VERSION="$(pyenv versions | grep -Po '\b3\.\d+\.\d+' | tail -1)"
pip install packagecore pip install packagecore
packagecore -o ./dist/ ${CIRCLE_TAG#v} packagecore -c misc/packagecore/packagecore.yaml -o ./dist/ ${CIRCLE_TAG#v}
# Move source pack to dist # Move source pack to dist
mv ../${CIRCLE_PROJECT_REPONAME}-${CIRCLE_TAG}.tar.gz dist/ mv ../${CIRCLE_PROJECT_REPONAME}-${CIRCLE_TAG}.tar.gz dist/




+ 1
- 1
README.md Dosyayı Görüntüle

@@ -91,7 +91,7 @@ It runs smoothly on the Raspberry Pi, Termux on Android, Linux, macOS, BSD, Cygw
- Spawn a shell, run apps, run commands, execute file - Spawn a shell, run apps, run commands, execute file
- Lock terminal (needs a locker) - Lock terminal (needs a locker)
- Minimal deps, minimal config - Minimal deps, minimal config
- Available on many package managers - Widely available
- Unicode support - Unicode support
- Follows Linux kernel coding style - Follows Linux kernel coding style
- Highly optimized, static analysis integrated code - Highly optimized, static analysis integrated code


packagecore.yaml → misc/packagecore/packagecore.yaml Dosyayı Görüntüle

@@ -16,19 +16,6 @@ packages:
- ncurses - ncurses
- readline - readline
container: "archlinux/base" container: "archlinux/base"
centos7.4:
builddeps:
- make
- gcc
- pkgconfig
- ncurses-devel
- readline-devel
deps:
- ncurses
- readline
commands:
pre:
- yum install epel-release
centos7.5: centos7.5:
builddeps: builddeps:
- make - make
@@ -65,46 +52,16 @@ packages:
deps: deps:
- libncursesw5 - libncursesw5
- readline-common - readline-common
fedora25: debian10:
builddeps:
- make
- gcc
- pkgconfig
- ncurses-devel
- readline-devel
deps:
- ncurses
- readline
fedora26:
builddeps: builddeps:
- make - make
- gcc - gcc
- pkg-config - pkg-config
- ncurses-devel - libncursesw5-dev
- readline-devel - libreadline-dev
deps:
- ncurses
- readline
fedora27:
builddeps:
- make
- gcc
- pkg-config
- ncurses-devel
- readline-devel
deps:
- ncurses
- readline
fedora28:
builddeps:
- make
- gcc
- pkg-config
- ncurses-devel
- readline-devel
deps: deps:
- ncurses - libncursesw5
- readline - readline-common
fedora29: fedora29:
builddeps: builddeps:
- make - make

||||||
x
 
000:0
Yükleniyor…
İptal
Kaydet