Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Zeratul-Aiur/rules_winrar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rules_winrar

Bazel rules for running winrar.

Install

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_winrar",
    # See release page for latest version url and sha.
)

load("@rules_winrar//:repo.bzl", "winrar_repository")

winrar_repository(name = "winrar")

Usage

Run winrar through bazel.

bazel run @winrar//:winrar -- a test.zip .\test\

LICENSE

MIT