8000 GitHub - h1r0s/my-p11-kit-0.24.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

h1r0s/my-p11-kit-0.24.1

Repository files navigation

p11-kit

GNU Emacs30.0.50に含まれるjava/INSTALLにしたがって取得したp11-kitモジュール(gnutlsの依存モジュール)のレポジトリ。

作成した手順

  1. Android ports for GNU Emacsのソース書庫を取得して展開
$: wget https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/p11-kit-0.24.1-emacs.tar.gz
$: tar xvfz p11-kit-0.24.1-emacs.tar.gz
  1. gitレポジトリとして初期化し修正用ブランチmy/masterをcheckout
$: cd p11-kit-0.24.1
$: git init
$: git checkout -b my/master
  1. 空レポジトリにpush
$: git add -A
$: git commit -m 'nanika commit messages...'
$: gh repo create my-p11-kit-0.24.1 --public
$: git remote add mine https://github.com/JIBUN/my-p11-kit-0.24.1.git
$: git branch -M my/master
$: git push -u mine my/master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0