lots of package moving
This commit is contained in:
parent
b3fa8f77d8
commit
5c6531dc76
21 changed files with 0 additions and 0 deletions
22
extra/pfetch/build.sh
Normal file
22
extra/pfetch/build.sh
Normal file
|
@ -0,0 +1,22 @@
|
|||
pkgname=pfetch
|
||||
pkgver=master
|
||||
|
||||
fetch() {
|
||||
curl -L "https://github.com/dylanaraps/pfetch/archive/refs/heads/$pkgver.tar.gz" -o $pkgname-$pkgver.tar.gz
|
||||
tar -xf $pkgname-$pkgver.tar.gz
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
echo "Nothing to do"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
install -Dm755 pfetch $pkgdir/usr/bin/
|
||||
}
|
||||
|
||||
license() {
|
||||
cd $pkgname-$pkgver
|
||||
cat LICENSE.md
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue