====== pacstall ====== * https://github.com/pacstall/pacstall * [[https://github.com/pacstall/pacstall-programs|Pacstall 프로그램 패키지들]] * [[linux:arch:aur|AUR Arch User Repository]] for [[linux:ubuntu|Ubuntu Linux]] ===== 자동화된 설치 ===== # -P 가 -I 보다 앞에 와야한다. sudo pacstall -P -I ===== develop branch pacstall ===== * pacstall 을 테스트 하려면 다음과 같이 develop branch로 업데이트한다. pacstall -U pacstall develop ===== pacscript 만들기 ===== * [[https://github.com/pacstall/pacstall-programs/blob/master/make-a-pacscript.md|Make a pacscript]] * ''hash''는 ''sha256sum'' 프로그램으로 구한다. ==== pre-commit ==== * commit 전 체크를 위해서 [[git:pre_commit|pre-commit]]과 기반 프로그램 설치가 필요하다. brew install pre-commit brew install shfmt sudo apt install shellcheck # 이것도 brew install shellcheck 가능 * [[https://github.com/mvdan/sh|mvdan/sh: A shell parser, formatter, and interpreter with bash support; includes shfmt]] * [[https://www.shellcheck.net/|ShellCheck – shell script analysis tool]]