Created
April 14, 2018 06:47
-
-
Save trickart/38fa6a1270a8436f5be89ab88cf1d0e4 to your computer and use it in GitHub Desktop.
Package for ArchLinux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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