lots of moving
This commit is contained in:
		
							parent
							
								
									e46f5d532a
								
							
						
					
					
						commit
						31d9629111
					
				
					 46 changed files with 0 additions and 0 deletions
				
			
		
							
								
								
									
										22
									
								
								extra/glow/build.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								extra/glow/build.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| pkgname=glow | ||||
| pkgver=1.3.0 | ||||
| 
 | ||||
| fetch() { | ||||
| 	curl -L "https://github.com/charmbracelet/glow/archive/v$pkgver.tar.gz" -o $pkgname-$pkgver.tar.xz | ||||
| 	tar -xf $pkgname-$pkgver.tar.xz | ||||
| } | ||||
| 
 | ||||
| build() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	go build -o build/ | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	install -Dm755 build/$pkgname $pkgdir/usr/bin/$pkgname | ||||
| } | ||||
| 
 | ||||
| license() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cat LICENSE | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue