Skip to content

Instantly share code, notes, and snippets.

@trickart
Created April 14, 2018 06:47
Show Gist options
  • Save trickart/38fa6a1270a8436f5be89ab88cf1d0e4 to your computer and use it in GitHub Desktop.
Save trickart/38fa6a1270a8436f5be89ab88cf1d0e4 to your computer and use it in GitHub Desktop.
Package for ArchLinux
pkgname=tsselect
pkgver=1
pkgrel=1
pkgdesc="tsselect for Linux."
arch=('i686' 'x86_64')
url="https://github.com/shesee/tsselect-linux"
license=('custom')
depends=('')
makedepends=('')
source=(git+https://github.com/shesee/tsselect-linux)
sha256sums=('SKIP')
build() {
cd "${srcdir}/tsselect-linux/src"
make
}
package(){
#個別に入れる場合
install -D -m 755 ${srcdir}/tsselect-linux/src/tsselect "${pkgdir}/usr/bin/tsselect"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment